mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
[net processing] Move -maxorphantx to PeerManager::Options
This commit is contained in:
@@ -49,6 +49,7 @@ public:
|
||||
/** Whether this node is running in -blocksonly mode */
|
||||
bool ignore_incoming_txs{DEFAULT_BLOCKSONLY};
|
||||
bool reconcile_txs{DEFAULT_TXRECONCILIATION_ENABLE};
|
||||
uint32_t max_orphan_txs{DEFAULT_MAX_ORPHAN_TRANSACTIONS};
|
||||
};
|
||||
|
||||
static std::unique_ptr<PeerManager> make(CConnman& connman, AddrMan& addrman,
|
||||
|
||||
Reference in New Issue
Block a user