mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-09 05:34:24 +00:00
TRIVIAL: fix misleading comment
This commit is contained in:
parent
5262fde0ec
commit
bd2b73bb9b
@ -744,7 +744,7 @@ bool AreInputsStandard(const CTransaction& tx, const CCoinsViewCache& mapInputs)
|
|||||||
// non-standard. Note that this EvalScript() call will
|
// non-standard. Note that this EvalScript() call will
|
||||||
// be quick, because if there are any operations
|
// be quick, because if there are any operations
|
||||||
// beside "push data" in the scriptSig
|
// beside "push data" in the scriptSig
|
||||||
// IsStandard() will have already returned false
|
// IsStandardTx() will have already returned false
|
||||||
// and this method isn't called.
|
// and this method isn't called.
|
||||||
vector<vector<unsigned char> > stack;
|
vector<vector<unsigned char> > stack;
|
||||||
if (!EvalScript(stack, tx.vin[i].scriptSig, SCRIPT_VERIFY_NONE, BaseSignatureChecker()))
|
if (!EvalScript(stack, tx.vin[i].scriptSig, SCRIPT_VERIFY_NONE, BaseSignatureChecker()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user