From ffa0d7aa4f8884d8903d73e301b67dc0263f1c1d Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 17 Mar 2022 18:27:09 -0400 Subject: [PATCH] update abci script --- scripts/abci-gen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/abci-gen.sh b/scripts/abci-gen.sh index fe3728ad4..f4666dee9 100755 --- a/scripts/abci-gen.sh +++ b/scripts/abci-gen.sh @@ -18,8 +18,6 @@ sh ./scripts/protopackage.sh ./proto/tendermint/abci/types.proto $MODNAME "abci/ make proto-gen -mv ./proto/tendermint/abci/types.pb.go ./abci/types - echo "proto files have been compiled" echo "checking out copied files"