diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-06-24 03:36:22 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-07-03 08:29:16 +0000 |
commit | 0c376340a4efa2842e9ffd1d93eca9895b4a9391 (patch) | |
tree | c4859c16b45c2693fd52caf433bf8c8435fccc98 /src/main.h | |
parent | 9b5659d1c4c62bc6b80e35ff7573c781835e4187 (diff) |
acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index abaedae207..773c6e90f5 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; |