mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat: improve block downloads (#2941)
This commit is contained in:
@ -120,7 +120,7 @@ pub enum BlockStatus {
|
||||
/// If block validation is valid and block extends canonical chain.
|
||||
/// In BlockchainTree sense it forks on canonical tip.
|
||||
Valid,
|
||||
/// If the block is valid, but it does not extend canonical chain
|
||||
/// If the block is valid, but it does not extend canonical chain.
|
||||
/// (It is side chain) or hasn't been fully validated but ancestors of a payload are known.
|
||||
Accepted,
|
||||
/// If blocks is not connected to canonical chain.
|
||||
|
||||
Reference in New Issue
Block a user