diff options
author | dergoegge <n.goeggi@gmail.com> | 2023-04-20 13:50:47 +0200 |
---|---|---|
committer | dergoegge <n.goeggi@gmail.com> | 2023-07-24 18:35:30 +0200 |
commit | 23c7b51ddd2888cf7fb260c439f004bd28768473 (patch) | |
tree | dab464da8c9a72dee63cab34646835985cfd2e53 /src/net_processing.h | |
parent | bd59bda26b67b53293a5cef7433e992203da325a (diff) |
[net processing] Move -capturemessages to PeerManager::Options
Diffstat (limited to 'src/net_processing.h')
-rw-r--r-- | src/net_processing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net_processing.h b/src/net_processing.h index 6ee4f22960..a0cbe92289 100644 --- a/src/net_processing.h +++ b/src/net_processing.h @@ -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, |