diff options
Diffstat (limited to 'src/script.h')
-rw-r--r-- | src/script.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script.h b/src/script.h index 9d94e3f5c8..4b48bca7cd 100644 --- a/src/script.h +++ b/src/script.h @@ -10,6 +10,8 @@ #include <string> #include <vector> +#include <boost/foreach.hpp> + class CTransaction; enum @@ -689,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); |