Skip to content

Commit 0e94fe1

Browse files
Clarify validator monitor block log (#6342)
* Clarify validator monitor block log * Merge branch 'unstable' into clarify-block-log
1 parent 0fb4a20 commit 0e94fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/src/validator_monitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ impl<E: EthSpec> ValidatorMonitor<E> {
11851185

11861186
info!(
11871187
self.log,
1188-
"Block from API";
1188+
"Block from monitored validator";
11891189
"root" => ?block_root,
11901190
"delay" => %delay.as_millis(),
11911191
"slot" => %block.slot(),

0 commit comments

Comments
 (0)