Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Jun 6, 2024
1 parent 8953538 commit 5cab600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/simulation/simulate.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func createBlockSimulator(tb testing.TB, testingMode bool, w io.Writer, params P
for i := 0; i < blocksize; i++ {
opAndRz = append(opAndRz, opAndR{
op: selectOp(r),
rand: simulation.DeriveRand(r),
rand: r,
})
}

Expand Down

0 comments on commit 5cab600

Please sign in to comment.