witnet / witnet-rust

Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend 👁️🦀
https://docs.witnet.io
GNU General Public License v3.0
180 stars 56 forks source link

fix(wallet): fix wallet deserialization error upon wallet unlocking in 2.0 master branch #2427

Closed aesedepece closed 7 months ago

aesedepece commented 7 months ago

In the 2.0 master branch, wallets can't be unlocked as deserialization from storage fails when decoding keys.

This may be related to the usage of a newer secp256k1 library.

aesedepece commented 7 months ago

fixed in 96eb03630451f2390b5af7c666e594891f33f232