From bd59bda26b67b53293a5cef7433e992203da325a Mon Sep 17 00:00:00 2001 From: dergoegge Date: Thu, 20 Apr 2023 13:49:00 +0200 Subject: [net processing] Move -blockreconstructionextratxn to PeerManager::Options --- src/net_processing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net_processing.h') diff --git a/src/net_processing.h b/src/net_processing.h index 422bf6879b..6ee4f22960 100644 --- a/src/net_processing.h +++ b/src/net_processing.h @@ -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 make(CConnman& connman, AddrMan& addrman, -- cgit v1.2.3