Add missing nBytesPerSigOp declaration

policy/policy.cpp
This commit is contained in:
lateminer
2018-10-23 23:44:05 +03:00
parent 7e41e6974f
commit 039f574d86

View File

@@ -171,3 +171,5 @@ bool AreInputsStandard(const CTransaction& tx, const CCoinsViewCache& mapInputs)
return true;
}
unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP;