Don't log the backwards sync requests

This commit is contained in:
Zahary Karadjov 2019-03-27 18:32:33 +02:00
parent 2efcffe6ac
commit 92c38d6d48
1 changed files with 2 additions and 2 deletions

View File

@ -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