diff options
| author | Pieter Wuille <[email protected]> | 2016-07-18 20:57:20 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-07-19 12:31:49 +0200 |
| commit | ab942c15bd3854650afa810d7c22d7fd30d346c1 (patch) | |
| tree | b1b4aeac333ab2f3b3b21a31d614e1674e0774f3 /src/main.h | |
| parent | Merge #8367: [Wallet] Ensure <0.13 clients can't open HD wallets (diff) | |
| download | discoin-ab942c15bd3854650afa810d7c22d7fd30d346c1.tar.xz discoin-ab942c15bd3854650afa810d7c22d7fd30d346c1.zip | |
Treat high-sigop transactions as larger rather than rejecting them
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index 27121890f..631dc00d0 100644 --- a/src/main.h +++ b/src/main.h @@ -124,7 +124,6 @@ static const int64_t DEFAULT_MAX_TIP_AGE = 24 * 60 * 60; /** Default for -permitbaremultisig */ static const bool DEFAULT_PERMIT_BAREMULTISIG = true; -static const unsigned int DEFAULT_BYTES_PER_SIGOP = 20; static const bool DEFAULT_CHECKPOINTS_ENABLED = true; static const bool DEFAULT_TXINDEX = false; static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100; @@ -165,7 +164,6 @@ extern int nScriptCheckThreads; extern bool fTxIndex; extern bool fIsBareMultisigStd; extern bool fRequireStandard; -extern unsigned int nBytesPerSigOp; extern bool fCheckBlockIndex; extern bool fCheckpointsEnabled; extern size_t nCoinCacheUsage; |