mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add PoolBuilderConfigOverrides (#11507)
This commit is contained in:
@ -157,7 +157,7 @@ pub struct LocalTransactionConfig {
|
||||
/// - no price exemptions
|
||||
/// - no eviction exemptions
|
||||
pub no_exemptions: bool,
|
||||
/// Addresses that will be considered as local . Above exemptions apply
|
||||
/// Addresses that will be considered as local. Above exemptions apply.
|
||||
pub local_addresses: HashSet<Address>,
|
||||
/// Flag indicating whether local transactions should be propagated.
|
||||
pub propagate_local_transactions: bool,
|
||||
|
||||
Reference in New Issue
Block a user