Browse Source
Fix the protobuf generation script. (#7127)
This should have been part of #7121, but I missed it.
pull/7130/head
M. J. Fromberger
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
scripts/protocgen.sh
|
|
@ -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 |