From bd2b73bb9b416139a0fbaf6eb2131356a59184a6 Mon Sep 17 00:00:00 2001 From: Vitalii Demianets Date: Wed, 14 Jan 2015 10:25:06 +0100 Subject: TRIVIAL: fix misleading comment --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 629e0dcbc0..f43d8c58b6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -744,7 +744,7 @@ bool AreInputsStandard(const CTransaction& tx, const CCoinsViewCache& mapInputs) // non-standard. Note that this EvalScript() call will // be quick, because if there are any operations // beside "push data" in the scriptSig - // IsStandard() will have already returned false + // IsStandardTx() will have already returned false // and this method isn't called. vector > stack; if (!EvalScript(stack, tx.vin[i].scriptSig, SCRIPT_VERIFY_NONE, BaseSignatureChecker())) -- cgit v1.2.3