Commit 06011490 authored by Kien Trinh's avatar Kien Trinh Committed by GitHub

style: remove dup works (#10806)

parent 8d9287bc
...@@ -1350,7 +1350,7 @@ func testFees(t *testing.T, cfg SystemConfig) { ...@@ -1350,7 +1350,7 @@ func testFees(t *testing.T, cfg SystemConfig) {
// Tally BaseFee // Tally BaseFee
baseFee := new(big.Int).Mul(header.BaseFee, new(big.Int).SetUint64(receipt.GasUsed)) baseFee := new(big.Int).Mul(header.BaseFee, new(big.Int).SetUint64(receipt.GasUsed))
require.Equal(t, baseFee, baseFeeRecipientDiff, "base fee fee mismatch") require.Equal(t, baseFee, baseFeeRecipientDiff, "base fee mismatch")
// Tally L1 Fee // Tally L1 Fee
tx, _, err := l2Seq.TransactionByHash(context.Background(), receipt.TxHash) tx, _, err := l2Seq.TransactionByHash(context.Background(), receipt.TxHash)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment