We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
after_split()
1 parent 9320948 commit 64c3aa9Copy full SHA for 64c3aa9
rs/replicated_state/src/replicated_state.rs
@@ -926,9 +926,6 @@ impl ReplicatedState {
926
.split_from
927
.expect("Not a state resulting from a subnet split");
928
929
- // Consensus queue is always empty at the end of the round.
930
- assert!(consensus_queue.is_empty());
931
-
932
// Adjust `CanisterQueues::(local|remote)_subnet_input_schedule` based on which
933
// canisters are present in `canister_states`.
934
let local_canister_ids = canister_states.keys().cloned().collect::<Vec<_>>();
0 commit comments