feat: add PoolBuilderConfigOverrides (#11507)

This commit is contained in:
Matthias Seitz
2024-10-05 20:11:28 +02:00
committed by GitHub
parent cb078f9eae
commit 51db6564d6
3 changed files with 68 additions and 9 deletions

View File

@ -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,