Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

The key_seed generated by the testnet command does not match the private key stored in the keyring #688

Closed
ghost opened this issue Oct 21, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 21, 2021

System info: The key_seed generated by the testnet command does not match the private key stored in the keyring

Steps to reproduce:

  1. ethermintd testnet --v 1
  2. jq -r .secret mytestnet/node0/ethermintd/key_seed.json | ethermintd keys add node1 --recover
  3. ethermintd keys show node0

Expected behavior: Step 2 and 3 get same address

Actual behavior: Step 2 and 3 get different address

@ghost
Copy link
Author

ghost commented Oct 27, 2021

Fixed in cosmos-sdk, cosmos/cosmos-sdk#10414

@fedekunze
Copy link
Contributor

thanks, @NevermoreRandom, I'm rewriting the testnet command for Ethermint on #704, can you check if your error persists on that one?

@ghost
Copy link
Author

ghost commented Oct 28, 2021

@fedekunze I tested it on your branch and the error still exists.​​​

fedekunze added a commit that referenced this issue Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant