diff options
author | dergoegge <n.goeggi@gmail.com> | 2023-04-20 13:49:00 +0200 |
---|---|---|
committer | dergoegge <n.goeggi@gmail.com> | 2023-07-24 18:35:30 +0200 |
commit | bd59bda26b67b53293a5cef7433e992203da325a (patch) | |
tree | 9a04d2ebb217b51f801ade93df5273edc917ed58 /src/net_processing.h | |
parent | 567c4e0b6a3fadd2fd1be732076026bf491519b2 (diff) |
[net processing] Move -blockreconstructionextratxn 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 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<PeerManager> make(CConnman& connman, AddrMan& addrman, |