Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Jan 8, 2025
1 parent d35c4b1 commit aa7b736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/txpool/legacypool/celo_legacypool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestBelowMinTipValidityCheck(t *testing.T) {

// This passes the check that only checks the actual gas-tip-cap value for the min-tip that was
// tested above.
// Now the effective gas-tip is still be below the tip, since we consume everything
// Now the effective gas-tip should still be below the min-tip, since we consume everything
// for the base fee floor and thus the tx should get rejected.
tx = pricedCip64Transaction(defaultChainConfig, 0, 21000, big.NewInt(100), big.NewInt(1), nil, key)
if err, want := pool.addRemote(tx), txpool.ErrUnderpriced; !errors.Is(err, want) {
Expand Down

0 comments on commit aa7b736

Please sign in to comment.