mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-11 18:46:12 +00:00
Update types/tx_test.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
co-authored by
M. J. Fromberger
parent
2a31ff7342
commit
9401775b7a
+1
-1
@@ -302,6 +302,6 @@ func assertBadProof(t *testing.T, root []byte, bad []byte, good TxProof) {
|
||||
}
|
||||
|
||||
func randInt(low, high int) int {
|
||||
off := rand.Int() % (high - low)
|
||||
return rand.Intn(high-low) + low
|
||||
return low + off
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user