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

@@ -83,7 +83,6 @@ bool fPruneMode = false;
bool fIsBareMultisigStd = DEFAULT_PERMIT_BAREMULTISIG;
bool fBIP37 = false;
bool fRequireStandard = true;
unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP;
bool fCheckBlockIndex = false;
bool fCheckpointsEnabled = DEFAULT_CHECKPOINTS_ENABLED;
size_t nCoinCacheUsage = 5000 * 300;