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

This commit is contained in:
dergoegge
2023-04-20 13:49:00 +02:00
parent 567c4e0b6a
commit bd59bda26b
3 changed files with 8 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ public:
bool ignore_incoming_txs{DEFAULT_BLOCKSONLY};
bool reconcile_txs{DEFAULT_TXRECONCILIATION_ENABLE};
uint32_t max_orphan_txs{DEFAULT_MAX_ORPHAN_TRANSACTIONS};
size_t max_extra_txs{DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN};
};
static std::unique_ptr<PeerManager> make(CConnman& connman, AddrMan& addrman,