mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
txmempool: Allow changing RBF policy at runtime
This commit is contained in:
parent
ae48796951
commit
b96a20d6d9
@ -471,7 +471,7 @@ public:
|
|||||||
const std::optional<unsigned> m_max_datacarrier_bytes;
|
const std::optional<unsigned> m_max_datacarrier_bytes;
|
||||||
bool m_datacarrier_fullcount;
|
bool m_datacarrier_fullcount;
|
||||||
const bool m_require_standard;
|
const bool m_require_standard;
|
||||||
const RBFPolicy m_rbf_policy;
|
RBFPolicy m_rbf_policy;
|
||||||
|
|
||||||
const Limits m_limits;
|
const Limits m_limits;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user