From 73aa262647ff9948eaf95e83236ec323347e95d0 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Sat, 31 Jul 2010 20:12:05 +0000 Subject: fixed segfault in bignum.h, additional security limits, refactoring -- version 0.3.7 --- script.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'script.h') diff --git a/script.h b/script.h index 4efc002aa..20d29312b 100644 --- a/script.h +++ b/script.h @@ -657,8 +657,6 @@ public: -bool EvalScript(const CScript& script, const CTransaction& txTo, unsigned int nIn, int nHashType=0, - vector >* pvStackRet=NULL); uint256 SignatureHash(CScript scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType); bool IsMine(const CScript& scriptPubKey); bool ExtractPubKey(const CScript& scriptPubKey, bool fMineOnly, vector& vchPubKeyRet); -- cgit v1.2.3