cli
cli copied to clipboard
Handle errors from `keyring.Record.GetPubKey()`
The cosmos sdk v0.46.0 upgrade made many changes to the github.com/cosmos/cosmos-sdk/crypto/keyring package.
In particular, the Record.GetPubKey() function now returns an error which is currently unhandled.