exchain icon indicating copy to clipboard operation
exchain copied to clipboard

Bug when try to recover key from mnemonic

Open angelorc opened this issue 4 years ago • 1 comments

Summary of Bug

I found a bug when try to recover key from mnemonic

1. Describe

okexchaincli keys add test --recover

2. Impact

Cannot import mnemonic from cli

3. Recover

///

Expected Result

Should recover key from mnemonic

Version

v0.16.1

Steps to Reproduce

okexchaincli keys add test --recover


For Admin Use

  • [ ] Not duplicate issue
  • [ ] Appropriate labels applied
  • [ ] Appropriate contributors tagged
  • [ ] Contributor assigned/self-assigned

angelorc avatar Jan 23 '21 17:01 angelorc

@angelorc Hi~

The right way is okexchaincli keys add test --recover -m "your mnemonics"

RevelationOfTuring avatar Jan 24 '21 07:01 RevelationOfTuring