Only mark propagated txs as seen #10213
Labels
C-bug
An unexpected or incorrect behavior
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
currently we're marking txs as seen
reth/crates/net/network/src/transactions/mod.rs
Lines 435 to 436 in 71bf575
before we're truncating the hashes or full transactions:
reth/crates/net/network/src/transactions/mod.rs
Lines 460 to 462 in 71bf575
reth/crates/net/network/src/transactions/mod.rs
Line 473 in 71bf575
TODO
!.contains
and only insert actually propagated txs intoseen_transactions
Additional context
No response
The text was updated successfully, but these errors were encountered: