diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-07-03 11:42:50 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-07-03 14:00:06 +0200 |
| commit | d0a10c1959176eb40c0ec47a56de00820c59066d (patch) | |
| tree | ed6cfc5538be698e7d7c4221b932a50a5ade00fc /src/main.h | |
| parent | Merge pull request #6369 (diff) | |
| parent | acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for ... (diff) | |
| download | discoin-d0a10c1959176eb40c0ec47a56de00820c59066d.tar.xz discoin-d0a10c1959176eb40c0ec47a56de00820c59066d.zip | |
Merge pull request #6329
0c37634 acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only (Luke Dashjr)
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 43bc4031f..a4c712bea 100644 --- a/src/main.h +++ b/src/main.h @@ -111,6 +111,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; |