We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca537c commit 7c2cb1bCopy full SHA for 7c2cb1b
beacon_chain/consensus_object_pools/block_clearance.nim
@@ -81,7 +81,7 @@ proc addResolvedHeadBlock(
81
epochRef = dag.getEpochRef(state, cache)
82
epochRefTick = Moment.now()
83
84
- debug "Block resolved",
+ info "Block resolved",
85
blockRoot = shortLog(blockRoot),
86
blck = shortLog(trustedBlock.message),
87
executionValid, heads = dag.heads.len(),
0 commit comments