mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
Don't log the backwards sync requests
This commit is contained in:
parent
2efcffe6ac
commit
92c38d6d48
@ -423,8 +423,8 @@ proc onBeaconBlock(node: BeaconNode, blck: BeaconBlock) =
|
||||
|
||||
if node.blockPool.add(node.state, blockRoot, blck).isNil:
|
||||
# TODO this will cause us to fetch parent, even for invalid blocks.. fix
|
||||
debug "Missing block detected. Fetching from network",
|
||||
`block` = blck.previous_block_root
|
||||
#debug "Missing block detected. Fetching from network",
|
||||
# `block` = blck.previous_block_root
|
||||
node.fetchBlocks(@[blck.previous_block_root])
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user