Skip to content

Commit

Permalink
sleep between first batches
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Dec 26, 2023
1 parent 57dcce5 commit a58c598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/enclave/nodetype/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ func (s *sequencer) createGenesisBatch(block *common.L1Block) error {
return err
}

time.Sleep(5 * time.Second)
// produce batch #2 which has the message bus and any other system contracts
cb, err := s.produceBatch(
big.NewInt(0).Add(batch.Header.SequencerOrderNo, big.NewInt(1)),
Expand Down

0 comments on commit a58c598

Please sign in to comment.