aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-21 16:20:16 +0200
committerMacroFake <falke.marco@gmail.com>2022-08-02 15:27:19 +0200
commitfa2f6c1a611dffe5a3f63fe1b453f1dd420371b1 (patch)
tree9a16acd69b4d0402fa648b41b7ebb63b2e593826 /src/txmempool.h
parentfadc14e4f514e7167723285e0ac3d4a7149bbee6 (diff)
downloadbitcoin-fa2f6c1a611dffe5a3f63fe1b453f1dd420371b1.tar.xz
Remove ::fIsBareMultisigStd global
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 84e5e9ed48..32c404d0dd 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -571,6 +571,7 @@ public:
const CFeeRate m_incremental_relay_feerate;
const CFeeRate m_min_relay_feerate;
const CFeeRate m_dust_relay_feerate;
+ const bool m_permit_bare_multisig;
const bool m_require_standard;
const bool m_full_rbf;