Merge PR #6214: Add Tx, SignDoc, etc. proto types from #6111

This commit is contained in:
Aaron Craelius
2020-05-14 15:27:48 -04:00
committed by GitHub
parent 8dccc52035
commit 49ae8800d1
5 changed files with 3299 additions and 1 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ for dir in $proto_dirs; do
-I. \
--gocosmos_out=plugins=interfacetype,paths=source_relative,\
Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types:. \
$(find "${dir}" -name '*.proto')
$(find "${dir}" -depth 1 -name '*.proto')
done