Open tmpolaczyk opened 2 years ago
This seems to be because of the ExtendedSK
type, it is used to store the master key, and the derived internal and external keys.
See the master_key
and account_key
functions here:
https://github.com/witnet/witnet-rust/blob/8304d479a1d78ad6b3266af30d468004384086ac/wallet/src/repository/keys.rs
After updating to secp256k1 0.24.0, the wallet does not allow to unlock previously created wallets with this error:
We need to find out why is that happening, and implement some workaround to allow us to update to secp256k1 0.24.0 or greater.