Closed kidinamoto01 closed 6 years ago
the secret structure change from
[secret] = [secret] + [type]
to
[secret] = [type] + [secret]
which leads to key recover failure.
The address changed as well.
Is it valuable to be able to recover old seeds even if it will lead to a different address ?
See https://github.com/tendermint/go-crypto/issues/77 for ref
the secret structure change from
to
which leads to key recover failure.