From d11a58a2d39b90dfe27d3a696b3977b87d7c8113 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 4 Jan 2012 17:31:21 -0500 Subject: Remove not-used-anywhere scriptPrereq from SignSignature() --- src/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script.h') diff --git a/src/script.h b/src/script.h index 0080f5b726..64171c7192 100644 --- a/src/script.h +++ b/src/script.h @@ -574,7 +574,7 @@ bool IsStandard(const CScript& scriptPubKey); bool IsMine(const CKeyStore& keystore, const CScript& scriptPubKey); bool ExtractAddress(const CScript& scriptPubKey, CBitcoinAddress& addressRet); bool ExtractAddresses(const CScript& scriptPubKey, txnouttype& typeRet, std::vector& addressRet, int& nRequiredRet); -bool SignSignature(const CKeyStore& keystore, const CTransaction& txFrom, CTransaction& txTo, unsigned int nIn, int nHashType=SIGHASH_ALL, CScript scriptPrereq=CScript()); +bool SignSignature(const CKeyStore& keystore, const CTransaction& txFrom, CTransaction& txTo, unsigned int nIn, int nHashType=SIGHASH_ALL); bool VerifySignature(const CTransaction& txFrom, const CTransaction& txTo, unsigned int nIn, int& nSigOpCountRet, int nHashType=0, bool fStrictOpEval=true); #endif -- cgit v1.2.3