Move DEFAULT_BYTES_PER_SIGOP to policy/policy.h

This commit is contained in:
lateminer
2018-10-23 23:11:23 +03:00
parent 9b55796d56
commit 1534febd08
4 changed files with 5 additions and 4 deletions

View File

@@ -126,7 +126,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 = true;
static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100;
@@ -167,7 +166,6 @@ extern bool fTxIndex;
extern bool fIsBareMultisigStd;
extern bool fBIP37;
extern bool fRequireStandard;
extern unsigned int nBytesPerSigOp;
extern bool fCheckBlockIndex;
extern bool fCheckpointsEnabled;
extern size_t nCoinCacheUsage;