remove unused app signed update

This commit is contained in:
William Banfield
2022-03-15 13:05:06 -04:00
parent f2b3306cd2
commit d8f63fbd82
13 changed files with 1147 additions and 538 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ endif
proto-gen: check-proto-deps
@echo "Generating Protobuf files"
@buf generate
go run github.com/bufbuild/buf/cmd/buf generate
@mv ./proto/tendermint/abci/types.pb.go ./abci/types/
.PHONY: proto-gen