Skip to content

Commit 5cab600

Browse files
committed
Review feedback
1 parent 8953538 commit 5cab600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/simulation/simulate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func createBlockSimulator(tb testing.TB, testingMode bool, w io.Writer, params P
306306
for i := 0; i < blocksize; i++ {
307307
opAndRz = append(opAndRz, opAndR{
308308
op: selectOp(r),
309-
rand: simulation.DeriveRand(r),
309+
rand: r,
310310
})
311311
}
312312

0 commit comments

Comments
 (0)