diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 670da62783..c2fc4e0253 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -23,11 +23,6 @@ done cd .. -# temporary import hack to use cosmos-sdk implementation of Any type. -# check https://github.com/celestiaorg/celestia-app/issues/507 for more information. -sed -i 's/types "github.com\/celestiaorg\/celestia-app\/codec\/types"/types "github.com\/cosmos\/cosmos-sdk\/codec\/types"/g' \ - github.com/celestiaorg/celestia-app/x/blobstream/types/query.pb.go - # move proto files to the right places cp -r github.com/celestiaorg/celestia-app/* ./ rm -rf github.com