From: Vegard Nossum Date: Wed, 29 Jun 2011 10:33:21 +0000 (+0200) Subject: Add prototype for EvalScript() to script.h X-Git-Tag: v0.4.0-unstable~227^2~59 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=5f6a654d3eb01cd1d324df4cbe2c7fe51dc3e752;hp=e707d29dd601bbe691175b72686caeaea29b1cbc;p=novacoin.git Add prototype for EvalScript() to script.h This is needed for the script unit tests. --- diff --git a/src/script.h b/src/script.h index b880838..4b48bca 100644 --- a/src/script.h +++ b/src/script.h @@ -691,6 +691,7 @@ public: +bool EvalScript(std::vector >& 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);