X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscript.cpp;h=4e588f8cf1cb88ac382c25b427620d688247b7c8;hb=5e9ed1b72385ffbb451d0dcaf1d2e40e79288472;hp=12d3f9e83a3f468f7a1d559e7204b913b63443d9;hpb=dbfa51628178a6f1064f28d8a5aa8e12d45d7ac9;p=novacoin.git diff --git a/src/script.cpp b/src/script.cpp index 12d3f9e..4e588f8 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -3,6 +3,7 @@ // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" +#include "script.h" using namespace std; using namespace boost; @@ -11,7 +12,6 @@ bool CheckSig(vector vchSig, vector vchPubKey, CSc -typedef vector valtype; static const valtype vchFalse(0); static const valtype vchZero(0); static const valtype vchTrue(1, 1);