Add missing nBytesPerSigOp declaration
policy/policy.cpp
This commit is contained in:
@@ -171,3 +171,5 @@ bool AreInputsStandard(const CTransaction& tx, const CCoinsViewCache& mapInputs)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP;
|
||||
|
||||
Reference in New Issue
Block a user