Skip to content

Commit

Permalink
internal: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Mar 14, 2024
1 parent a156e4e commit 80d98b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/e2e/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ func newTestCluster(t *testing.T, opts testClusterOptions) *TestCluster {

// Fund the bus.
if funding {
cluster.MineBlocks(busCfg.Network.HardforkFoundation.Height + blocksPerDay)
cluster.MineBlocks(busCfg.Network.HardforkFoundation.Height + blocksPerDay) // mine until the first block reward matures
tt.Retry(100, 100*time.Millisecond, func() error {
if cs, err := busClient.ConsensusState(ctx); err != nil {
return err
Expand Down

0 comments on commit 80d98b9

Please sign in to comment.