fixed segfault in bignum.h, additional security limits, refactoring

-- version 0.3.7
This commit is contained in:
Satoshi Nakamoto
2010-07-31 20:12:05 +00:00
committed by Gavin Andresen
parent e1cb7ce017
commit 73aa262647
6 changed files with 39 additions and 24 deletions

View File

@@ -657,8 +657,6 @@ public:
bool EvalScript(const CScript& script, const CTransaction& txTo, unsigned int nIn, int nHashType=0,
vector<vector<unsigned char> >* 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<unsigned char>& vchPubKeyRet);