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
parent
commit
006e6108a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      scripts/protocgen.sh

+ 0
- 2
scripts/protocgen.sh 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

Loading…
Cancel
Save