appease linter
This commit is contained in:
parent
b844f70a3c
commit
a5d2ec0df8
@ -922,7 +922,7 @@ func testCompetitiveMessageSelection(t *testing.T, rng *rand.Rand, getPremium fu
|
||||
nonce := nonces[from]
|
||||
nonces[from]++
|
||||
premium := getPremium()
|
||||
m := makeTestMessage(wallets[from], actors[from], actors[to], uint64(nonce), gasLimit, premium)
|
||||
m := makeTestMessage(wallets[from], actors[from], actors[to], nonce, gasLimit, premium)
|
||||
mustAdd(t, mp, m)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user