mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-24 19:19:21 +00:00
Fix log for block body network fetching (#1066)
This commit is contained in:
parent
f2f204293e
commit
991edc1711
@ -183,9 +183,10 @@ proc getBlock*(
|
||||
let maybeBody = validateBodyBytes(bodyContent.content, header.txRoot, header.ommersHash)
|
||||
|
||||
if maybeBody.isNone():
|
||||
info "Fetched block body from the network", hash
|
||||
return none(Block)
|
||||
|
||||
info "Fetched block body from the network", hash
|
||||
|
||||
let blockBody = maybeBody.unsafeGet()
|
||||
|
||||
# body is valid, propagate it to interested peers
|
||||
|
Loading…
x
Reference in New Issue
Block a user