mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
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:
parent
2503811e89
commit
891382653d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue