Files
tendermint/scripts/protocgen.sh
M. J. Fromberger 006e6108a1 Fix the protobuf generation script. (#7127)
This should have been part of #7121, but I missed it.
2021-10-15 12:18:53 +00:00

8 lines
129 B
Bash
Executable File

#!/usr/bin/env bash
set -eo pipefail
buf generate --path proto/tendermint
mv ./proto/tendermint/abci/types.pb.go ./abci/types