Skip to content

Commit

Permalink
fix: amino signature with fee granter
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Feb 12, 2024
1 parent b809609 commit d74ede7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/src/desmosclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,10 @@ export class DesmosClient extends SigningCosmWasmClient {
const msgs = this.encodeToAmino(messages);
const signDoc = makeSignDocAmino(
msgs,
fee,
{
...fee,
granter: feeGranter ?? fee.granter,
},
chainId,
memo,
accountNumber,
Expand Down

0 comments on commit d74ede7

Please sign in to comment.