X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscript.h;fp=src%2Fscript.h;h=30169111c3f6a5fd1b8a997ba6a8d67f28919618;hb=d335d83d0e8f72e274be8e05829f6063d7ecc3e7;hp=745f84847c50a6092851fbcb3f4d8ba1e44396ee;hpb=395b5c44639db6bcb74bf40013a4f726e567afdd;p=novacoin.git diff --git a/src/script.h b/src/script.h index 745f848..3016911 100644 --- a/src/script.h +++ b/src/script.h @@ -617,6 +617,6 @@ bool VerifyScript(const CScript& scriptSig, const CScript& scriptPubKey, const C // Given two sets of signatures for scriptPubKey, possibly with OP_0 placeholders, // combine them intelligently and return the result. -CScript CombineSignatures(CScript scriptPubKey, const CTransaction& txTo, unsigned int nIn, const CScript& scriptSig1, const CScript& scriptSig2); +CScript CombineSignatures(const CScript& scriptPubKey, const CTransaction& txTo, unsigned int nIn, const CScript& scriptSig1, const CScript& scriptSig2); #endif