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.
1 parent 6cdec07 commit 6af9965Copy full SHA for 6af9965
sim-rs/sim-core/src/sim/node.rs
@@ -523,10 +523,10 @@ impl Node {
523
524
// Decide how many IBs to generate in each slot.
525
self.schedule_input_block_generation(slot);
526
- }
527
528
- // Vote for any EBs which satisfy all requirements.
529
- self.vote_for_endorser_blocks(slot);
+ // Vote for any EBs which satisfy all requirements.
+ self.vote_for_endorser_blocks(slot);
+ }
530
531
// Generate any IBs scheduled for this slot.
532
self.generate_input_blocks(slot);
0 commit comments