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 committed Nov 30, 2022
1 parent 99b5574 commit 3619105
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 WalletConnectKeplrWallet: WalletConfig = {
Expand Down

0 comments on commit 3619105

Please sign in to comment.