Browse Source

Add prototype for EvalScript() to script.h

This is needed for the script unit tests.
0.8
Vegard Nossum 13 years ago committed by Gavin Andresen
parent
commit
5f6a654d3e
  1. 1
      src/script.h

1
src/script.h

@ -691,6 +691,7 @@ public: @@ -691,6 +691,7 @@ public:
bool EvalScript(std::vector<std::vector<unsigned char> >& stack, const CScript& script, const CTransaction& txTo, unsigned int nIn, int nHashType);
bool IsStandard(const CScript& scriptPubKey);
bool IsMine(const CKeyStore& keystore, const CScript& scriptPubKey);

Loading…
Cancel
Save