mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-13 12:41:15 +03:00
Addresses a corner case of sync. If we're still in sync mode but just caught up to the head, a block could be added through normal gossip. So we can't short-circuit some of the header handling even though during sync the header should have already been validated and saved, because we can still get a block from gossip. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
rustfmt.toml |