aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2015-06-24 03:36:22 +0000
committerLuke Dashjr <[email protected]>2015-07-03 08:29:16 +0000
commit0c376340a4efa2842e9ffd1d93eca9895b4a9391 (patch)
treec4859c16b45c2693fd52caf433bf8c8435fccc98 /src/main.h
parentRemove translation for -help-debug options (diff)
downloaddiscoin-0c376340a4efa2842e9ffd1d93eca9895b4a9391.tar.xz
discoin-0c376340a4efa2842e9ffd1d93eca9895b4a9391.zip
acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only
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 abaedae20..773c6e90f 100644
--- a/src/main.h
+++ b/src/main.h
@@ -109,6 +109,7 @@ extern bool fReindex;
extern int nScriptCheckThreads;
extern bool fTxIndex;
extern bool fIsBareMultisigStd;
+extern bool fRequireStandard;
extern bool fCheckBlockIndex;
extern bool fCheckpointsEnabled;
extern size_t nCoinCacheUsage;