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

This commit is contained in:
dergoegge
2023-04-20 13:50:47 +02:00
parent bd59bda26b
commit 23c7b51ddd
3 changed files with 4 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ public:
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};
bool capture_messages{false};
};
static std::unique_ptr<PeerManager> make(CConnman& connman, AddrMan& addrman,