Skip to content

Commit

Permalink
chore: use getOfflineSignerOnlyAmino to see human readable message bo…
Browse files Browse the repository at this point in the history
…dy details
  • Loading branch information
mhagel authored and blushi committed Aug 2, 2023
1 parent 39157ad commit c0202e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-registry/src/lib/wallet/walletsConfig/walletsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const KeplrWallet: WalletConfig = {
(await import('@keplr-wallet/stores')).getKeplrFromWindow(),
getOfflineSignerFunction: client =>
// This function expects to be bound to the `client` instance.
client.getOfflineSignerAuto.bind(client),
client.getOfflineSignerOnlyAmino.bind(client),
};

export const walletsConfig = [KeplrWallet];

0 comments on commit c0202e1

Please sign in to comment.