aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2014-07-16 20:04:04 -0400
committerJeff Garzik <jgarzik@bitpay.com>2014-07-18 10:16:47 -0400
commit3da434a2ef9ac76a0ad4a33921773a9ac8f10ab7 (patch)
tree960172cd0f5575e45f00134a5a438ba898146641 /src/main.h
parent40d2d6922318957f1784dda735f24690baca027c (diff)
downloadbitcoin-3da434a2ef9ac76a0ad4a33921773a9ac8f10ab7.tar.xz
Introduce option to disable relay/mining of bare multisig scripts in TX outputs
First and foremost, this defaults to OFF. This option lets a node consider such transactions non-standard, meaning they will not be relayed or mined by default, but other miners are free to mine these as usual.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index a683412571..20a83db605 100644
--- a/src/main.h
+++ b/src/main.h
@@ -94,6 +94,7 @@ extern bool fReindex;
extern bool fBenchmark;
extern int nScriptCheckThreads;
extern bool fTxIndex;
+extern bool fIsBareMultisigStd;
extern unsigned int nCoinCacheSize;
extern CFeeRate minRelayTxFee;