diff --git a/beacon_chain/consensus_object_pools/block_clearance.nim b/beacon_chain/consensus_object_pools/block_clearance.nim index 378a3d263d..fe37db03c7 100644 --- a/beacon_chain/consensus_object_pools/block_clearance.nim +++ b/beacon_chain/consensus_object_pools/block_clearance.nim @@ -81,7 +81,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(),