diff --git a/src/policy/policy.cpp b/src/policy/policy.cpp index 0a73aeb35..085cee07a 100644 --- a/src/policy/policy.cpp +++ b/src/policy/policy.cpp @@ -171,3 +171,5 @@ bool AreInputsStandard(const CTransaction& tx, const CCoinsViewCache& mapInputs) return true; } + +unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP;