Fix the protobuf generation script. (#7127)

This should have been part of #7121, but I missed it.
This commit is contained in:
M. J. Fromberger
2021-10-15 05:18:53 -07:00
committed by GitHub
parent c3dc7d20df
commit 006e6108a1

View File

@@ -5,5 +5,3 @@ set -eo pipefail
buf generate --path proto/tendermint
mv ./proto/tendermint/abci/types.pb.go ./abci/types
mv ./proto/tendermint/rpc/grpc/types.pb.go ./rpc/grpc