Skip to content

Commit

Permalink
fix: resolve signature invalid error by including 'send' property in …
Browse files Browse the repository at this point in the history
…msgcall (#100)
  • Loading branch information
omarsy authored Apr 6, 2024
1 parent ea77972 commit 79ef5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/utility/utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const decodeTxMessages = (messages: Any[]): any[] => {
const messageJson = MsgCall.toJSON(decodedMessage) as object;
return {
'@type': m.typeUrl,
send: '',
...messageJson,
};
}
Expand Down

0 comments on commit 79ef5ba

Please sign in to comment.