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
gaiad version --long
output:
name: gaia server_name: gaiad version: 3.0.0 commit: d974b27a8caf8cad3b06fbe4678871e4b0b69a51 build_tags: netgo,ledger go: go version go1.15.6 darwin/amd64 ....
gaiacli version --long
name: gaia server_name: gaiad client_name: gaiacli version: 2.0.14 commit: 86343f24f39dbc800922e5fb296b77b9d30ebaae build_tags: netgo,ledger go: go version go1.15.6 darwin/amd64
gaiacli keys add t1 --home ./gaia_test
gaiad keys migrate --home ./gaia_test
Migrating key: 't1 (local)' ... Skip key migration? [y/N]: N Enter passphrase to decrypt key: Error: unrecognized armor type "TENDERMINT PRIVATE KEY", expected: "TENDERMINT KEY INFO"
The text was updated successfully, but these errors were encountered:
I found that when exporting private, I used TENDERMINT PRIVATE KEY, location:
TENDERMINT PRIVATE KEY
cosmos-sdk/client/keys/migrate.go
Line 125 in 046b1a4
TENDERMINT KEY INFO
cosmos-sdk/crypto/armor.go
Line 73 in 046b1a4
Sorry, something went wrong.
I believe this is solved by #8639
No branches or pull requests
Summary of Bug
Version
Gaia3.0
output:
Gaia2.0.14
output:
Steps to Reproduce
output:
For Admin Use
The text was updated successfully, but these errors were encountered: