diff options
| author | Satoshi Nakamoto <[email protected]> | 2010-07-31 20:12:05 +0000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-07-31 20:12:05 +0000 |
| commit | 73aa262647ff9948eaf95e83236ec323347e95d0 (patch) | |
| tree | e98a3a0ac2caa95047eb09ee7e8ea0ff817a0d9d /script.h | |
| parent | simplified makefile.unix, updated build-unix.txt instructions to include boos... (diff) | |
| download | discoin-0.3.7.tar.xz discoin-0.3.7.zip | |
fixed segfault in bignum.h, additional security limits, refactoringv0.3.7
-- version 0.3.7
Diffstat (limited to 'script.h')
| -rw-r--r-- | script.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |