fixed segfault in bignum.h, additional security limits, refactoring
-- version 0.3.7
This commit is contained in:
committed by
Gavin Andresen
parent
e1cb7ce017
commit
73aa262647
2
script.h
2
script.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user