acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only

This commit is contained in:
Luke Dashjr
2015-06-24 03:36:22 +00:00
parent 9b5659d1c4
commit 0c376340a4
3 changed files with 10 additions and 2 deletions

View File

@@ -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;