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
elog("Not producing block because node didn't wake up within 2500ms of the slot time.");
198
198
break;
199
-
case block_production_condition::consecutive:
200
-
elog("Not producing block because the last block was generated by the same witness.\nThis node is probably disconnected from the network so block production has been disabled.\nDisable this check with --allow-consecutive option.");
201
-
break;
202
199
case block_production_condition::exception_producing_block:
0 commit comments