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,
|
"parent block root" => ?prev_block_root,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
warn!(
|
warn!(
|
||||||
self.log,
|
self.log,
|
||||||
@ -629,11 +630,10 @@ impl<T: EthSpec> ValidatorMonitor<T> {
|
|||||||
"index" => i,
|
"index" => i,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
debug!(
|
debug!(
|
||||||
self.log,
|
self.log,
|
||||||
"Could not get proposers for from cache";
|
"Could not get proposers from cache";
|
||||||
"epoch" => ?slot_epoch
|
"epoch" => ?slot_epoch
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user