we may receive a block (header) with no previous header (#972)
as we have not yet sync'd to that point this is valid and not an error
This commit is contained in:
@@ -147,9 +147,9 @@ impl p2p::ChainAdapter for NetToChainAdapter {
|
||||
true
|
||||
}
|
||||
} else {
|
||||
error!(
|
||||
debug!(
|
||||
LOGGER,
|
||||
"adapter: failed to retrieve previous block header (consider ban here?)"
|
||||
"adapter: failed to retrieve previous block header (still syncing?)"
|
||||
);
|
||||
true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user