mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Previously, vote verification would log errors and fail when the referenced block header was not yet available locally, especially when nodes in the same round processed votes before receiving the block header. This commit changes the logic to defer verification and log at debug level if the header is missing, preventing unnecessary error logs and aligning with upstream geth behavior for out-of-order message arrival during consensus voting. |
||
|---|---|---|
| .. | ||
| clique | ||
| ethash | ||
| misc | ||
| tests | ||
| XDPoS | ||
| consensus.go | ||
| errors.go | ||