[net processing] Move -maxorphantx to PeerManager::Options

This commit is contained in:
dergoegge
2023-04-20 13:33:11 +02:00
parent fa9e6d80d1
commit 567c4e0b6a
3 changed files with 7 additions and 3 deletions

View File

@@ -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,