You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error!(target:"critical","finalizer started with invalid forkchoice: {forkchoice:?}, height: {}, epoch: {}",self.canonical_state.get_latest_height(),self.canonical_state.get_epoch());
"finalizer started with invalid forkchoice: {forkchoice:?}, height: {}, epoch: {}",
274
277
self.canonical_state.get_latest_height(),
@@ -361,6 +364,8 @@ impl<
361
364
// orchestrator, the finalizer should never receive a GetEpochGenesisHash request for the wrong epoch.
362
365
if epoch != self.canonical_state.get_epoch(){
363
366
error!(target:"critical","Finalizer received epoch genesis hash request from a different epoch. This should not happen and is a bug. Our epoch: {}, requested epoch {}",self.canonical_state.get_epoch(), epoch);
0 commit comments