We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1791b0e commit 6a4f83cCopy full SHA for 6a4f83c
beacon_chain/consensus_object_pools/block_clearance.nim
@@ -80,7 +80,7 @@ proc addResolvedHeadBlock(
80
epochRef = dag.getEpochRef(state, cache)
81
epochRefTick = Moment.now()
82
83
- debug "Block resolved",
+ info "Block resolved",
84
blockRoot = shortLog(blockRoot),
85
blck = shortLog(trustedBlock.message),
86
executionValid, heads = dag.heads.len(),
0 commit comments