feat: add tx propagation mode (#11594)

This commit is contained in:
Matthias Seitz
2024-10-09 13:42:55 +02:00
committed by GitHub
parent 5ad6484386
commit 83962095ec
3 changed files with 36 additions and 9 deletions

View File

@ -226,6 +226,7 @@ impl NetworkArgs {
self.max_capacity_cache_txns_pending_fetch,
),
max_transactions_seen_by_peer_history: self.max_seen_tx_history,
propagation_mode: Default::default(),
};
// Configure basic network stack