aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2023-04-20 13:33:11 +0200
committerdergoegge <n.goeggi@gmail.com>2023-07-24 18:35:30 +0200
commit567c4e0b6a3fadd2fd1be732076026bf491519b2 (patch)
tree6a661252af69d55b0a1c5a5b711933e330501abd /src/net_processing.h
parentfa9e6d80d1c55f8b1bb2691bfd67e8c2b7189b38 (diff)
[net processing] Move -maxorphantx 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 87c65baf01..422bf6879b 100644
--- a/src/net_processing.h
+++ b/src/net_processing.h
@@ -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,