Adding a config value for passing local transactions or not #3966
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
reth/crates/transaction-pool/src/validate/mod.rs
Lines 33 to 34 in 717bad8
determines whether a validated tx should be propagated over the network
we want a setting that determines whether a local transaction should be propagate
TODO
add config value to
reth/crates/transaction-pool/src/validate/eth.rs
Lines 122 to 124 in 717bad8
enforce here:
reth/crates/transaction-pool/src/validate/eth.rs
Line 435 in 717bad8
Additional context
No response
The text was updated successfully, but these errors were encountered: