mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 06:33:16 +00:00
abci: proto files follow same path (#5039)
## Description have the defined abci proto types follow the same directory structure as in abci folder. Closes: #XXX
This commit is contained in:
@@ -17,6 +17,6 @@ done
|
||||
cp -r ./tendermint/* ./proto/*
|
||||
rm -rf tendermint
|
||||
|
||||
mv ./proto/tendermint/abci/abci.pb.go ./abci/types
|
||||
mv ./proto/tendermint/abci/types/types.pb.go ./abci/types
|
||||
|
||||
mv ./proto/tendermint/rpc/grpc/types.pb.go ./rpc/grpc
|
||||
|
||||
Reference in New Issue
Block a user