diff --git a/beacon_chain/consensus_object_pools/block_clearance.nim b/beacon_chain/consensus_object_pools/block_clearance.nim index fa061913e6..fc43c3ed0d 100644 --- a/beacon_chain/consensus_object_pools/block_clearance.nim +++ b/beacon_chain/consensus_object_pools/block_clearance.nim @@ -80,7 +80,7 @@ proc addResolvedHeadBlock( epochRef = dag.getEpochRef(state, cache) epochRefTick = Moment.now() - debug "Block resolved", + info "Block resolved", blockRoot = shortLog(blockRoot), blck = shortLog(trustedBlock.message), executionValid, heads = dag.heads.len(),