aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2023-04-20 13:50:47 +0200
committerdergoegge <n.goeggi@gmail.com>2023-07-24 18:35:30 +0200
commit23c7b51ddd2888cf7fb260c439f004bd28768473 (patch)
treedab464da8c9a72dee63cab34646835985cfd2e53 /src/net_processing.h
parentbd59bda26b67b53293a5cef7433e992203da325a (diff)
downloadbitcoin-23c7b51ddd2888cf7fb260c439f004bd28768473.tar.xz
[net processing] Move -capturemessages to PeerManager::Options
Diffstat (limited to 'src/net_processing.h')
-rw-r--r--src/net_processing.h1
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,