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(node): fix block candidate verification in 2.0 master branch #2428

Closed aesedepece closed 7 months ago

aesedepece commented 7 months ago

In the 2.0 master branch, synchronization is broken with an error related to mismatching block signatures.

aesedepece commented 7 months ago

Fixed in 2fb3a04