Skip to content

Commit 48af593

Browse files
committed
chore: placate the linter
1 parent bb6bfae commit 48af593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/preprocess.libevm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func TestChargePreprocessingGas(t *testing.T) {
123123
tx := types.MustSignNewTx(key, signer, &types.LegacyTx{
124124
// Although nonces aren't strictly necessary, they guarantee a
125125
// different tx hash for each one.
126-
Nonce: uint64(i),
126+
Nonce: uint64(i), //nolint:gosec // Known to not overflow
127127
To: tt.to,
128128
GasPrice: big.NewInt(1),
129129
Gas: tt.txGas,

0 commit comments

Comments
 (0)