Skip to content

Commit bd2b73b

Browse files
Vitalii Demianetstheuni
Vitalii Demianets
authored andcommitted
TRIVIAL: fix misleading comment
1 parent 5262fde commit bd2b73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ bool AreInputsStandard(const CTransaction& tx, const CCoinsViewCache& mapInputs)
744744
// non-standard. Note that this EvalScript() call will
745745
// be quick, because if there are any operations
746746
// beside "push data" in the scriptSig
747-
// IsStandard() will have already returned false
747+
// IsStandardTx() will have already returned false
748748
// and this method isn't called.
749749
vector<vector<unsigned char> > stack;
750750
if (!EvalScript(stack, tx.vin[i].scriptSig, SCRIPT_VERIFY_NONE, BaseSignatureChecker()))

0 commit comments

Comments
 (0)