Fix missed block logs (#4922)
This commit is contained in:
parent
e181741d38
commit
d04e361129
@ -621,6 +621,7 @@ impl<T: EthSpec> ValidatorMonitor<T> {
|
||||
"parent block root" => ?prev_block_root,
|
||||
);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
warn!(
|
||||
self.log,
|
||||
@ -629,11 +630,10 @@ impl<T: EthSpec> ValidatorMonitor<T> {
|
||||
"index" => i,
|
||||
)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
debug!(
|
||||
self.log,
|
||||
"Could not get proposers for from cache";
|
||||
"Could not get proposers from cache";
|
||||
"epoch" => ?slot_epoch
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user