mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/txpool: fix typo, no farming
This commit is contained in:
parent
566d06cf36
commit
a0ddb5a023
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ type AddressReserver func(addr common.Address, reserve bool) error
|
|||
//
|
||||
// Note, the entries here are not arbitrary useful filters, rather each one has
|
||||
// a very specific call site in mind and each one can be evaluated very cheaply
|
||||
// by the pool implementations. Only add new ones that satisfy those contraits.
|
||||
// by the pool implementations. Only add new ones that satisfy those constraints.
|
||||
type PendingFilter struct {
|
||||
MinTip *uint256.Int // Minimum miner tip required to include a transaction
|
||||
BaseFee *uint256.Int // Minimum 1559 basefee needed to include a transaction
|
||||
|
|
|
|||
Loading…
Reference in a new issue