diff options
| author | Luke Dashjr <[email protected]> | 2015-06-24 03:36:22 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2015-07-03 08:29:16 +0000 |
| commit | 0c376340a4efa2842e9ffd1d93eca9895b4a9391 (patch) | |
| tree | c4859c16b45c2693fd52caf433bf8c8435fccc98 /src/main.h | |
| parent | Remove translation for -help-debug options (diff) | |
| download | discoin-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.h | 1 |
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; |