Skip to content

Commit

Permalink
Update ignite/pkg/cosmosclient/cosmosclient.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Btd <[email protected]>
  • Loading branch information
Alex Johnson and lumtis authored Aug 9, 2022
1 parent 266341c commit 854f681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignite/pkg/cosmosclient/cosmosclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 854f681

Please sign in to comment.