mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Clarify validator monitor block log (#6342)
* Clarify validator monitor block log * Merge branch 'unstable' into clarify-block-log
This commit is contained in:
@@ -1185,7 +1185,7 @@ impl<E: EthSpec> ValidatorMonitor<E> {
|
|||||||
|
|
||||||
info!(
|
info!(
|
||||||
self.log,
|
self.log,
|
||||||
"Block from API";
|
"Block from monitored validator";
|
||||||
"root" => ?block_root,
|
"root" => ?block_root,
|
||||||
"delay" => %delay.as_millis(),
|
"delay" => %delay.as_millis(),
|
||||||
"slot" => %block.slot(),
|
"slot" => %block.slot(),
|
||||||
|
|||||||
Reference in New Issue
Block a user