Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NazariiDenha committed Jul 22, 2024
1 parent 11ad398 commit c28fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ func TestL1SloadFailedTxReexecuted(t *testing.T) {
input := make([]byte, 52)
tx, _ := types.SignTx(types.NewTransaction(b.txPool.Nonce(testBankAddress), l1SlaodAddress, big.NewInt(0), 25208, big.NewInt(10*params.InitialBaseFee), input), types.HomesteadSigner{}, testBankKey)

// Process 2 transactions with gas order: tx0 > tx1, tx1 will overflow.
// Process l1sload tx
b.txPool.AddLocal(tx)
w.start()

Expand Down

0 comments on commit c28fe4b

Please sign in to comment.