Skip to content

Commit

Permalink
Update tools/block-generator/generator/generate.go
Browse files Browse the repository at this point in the history
Co-authored-by: shiqizng <80276844+shiqizng@users.noreply.github.com>
  • Loading branch information
tzaffi and shiqizng committed Jun 23, 2023
1 parent 6dcf417 commit aee29e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/block-generator/generator/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ func (g *generator) WriteBlock(output io.Writer, round uint64) error {
return nil
}
// round == nextRound case

err := g.startRound()
if err != nil {
return err
Expand Down

0 comments on commit aee29e3

Please sign in to comment.