Skip to content

Commit 7be754a

Browse files
committed
fix client context initialization
1 parent 580df6c commit 7be754a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/wallet/os_keyring.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func InitOSKeyringWallet(feegrantClient feegrant.QueryClient) (Wallet, error) {
9191
glib.WithChainId(config.ChainId)
9292
glib.WithTmAddr(config.TmAddr)
9393

94-
cc, err := glib.GetClientContextWithOptions(AppName, key, backend)
94+
cc, err := glib.GetClientContextWithOptions(AppName, backend, key)
9595
if err != nil {
9696
return nil, errors.Wrap(err, "error creating cosmos client context")
9797
}

0 commit comments

Comments
 (0)