diff --git a/ignite/pkg/cosmosclient/cosmosclient.go b/ignite/pkg/cosmosclient/cosmosclient.go index a39714013f..a5027021d7 100644 --- a/ignite/pkg/cosmosclient/cosmosclient.go +++ b/ignite/pkg/cosmosclient/cosmosclient.go @@ -248,6 +248,7 @@ func (r Response) Decode(message proto.Message) error { resData := txMsgData.Data[0] return prototypes.UnmarshalAny(&prototypes.Any{ // TODO get type url dynamically(basically remove `+ "Response"`) after the following issue has solved. + // https://github.com/ignite/cli/issues/2098 // https://github.com/cosmos/cosmos-sdk/issues/10496 TypeUrl: resData.MsgType + "Response", Value: resData.Data,