mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add tx propagation mode (#11594)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user