Skip to content

Multi-block acceptance inconsistency fix

David Vorick requested to merge mab-fix into master

This is a code fix where inconsistency was being introduced into the update stream being broadcast to modules from the consensus package, often resulting in problems with modules such as the wallet, explorer, and miner.

This PR should fix that issue, though we will probably need to add some extra code to each of the modules before the next release so we can figure out if they are missing anything important.

Merge request reports