Skip to content

Commit 79ef5ba

Browse files
authored
fix: resolve signature invalid error by including 'send' property in msgcall (#100)
1 parent ea77972 commit 79ef5ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/utility/utility.ts

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const decodeTxMessages = (messages: Any[]): any[] => {
4444
const messageJson = MsgCall.toJSON(decodedMessage) as object;
4545
return {
4646
'@type': m.typeUrl,
47+
send: '',
4748
...messageJson,
4849
};
4950
}

0 commit comments

Comments
 (0)