We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keyring.Record.GetPubKey()
The cosmos sdk v0.46.0 upgrade made many changes to the github.com/cosmos/cosmos-sdk/crypto/keyring package.
v0.46.0
github.com/cosmos/cosmos-sdk/crypto/keyring
In particular, the Record.GetPubKey() function now returns an error which is currently unhandled.
Record.GetPubKey()
error
The text was updated successfully, but these errors were encountered:
0.46
ignite account
pkg/cosmosaccount
cosmosaccount
aljo242
Successfully merging a pull request may close this issue.
The cosmos sdk
v0.46.0
upgrade made many changes to thegithub.com/cosmos/cosmos-sdk/crypto/keyring
package.In particular, the
Record.GetPubKey()
function now returns anerror
which is currently unhandled.The text was updated successfully, but these errors were encountered: