From 226eb116a7261cffb0ab35aacfcafe61d77e46da Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Jul 2018 04:54:26 -1100 Subject: [PATCH] Test --- src/cc/CCtx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/CCtx.cpp b/src/cc/CCtx.cpp index 1942e3b7c..edabf1502 100644 --- a/src/cc/CCtx.cpp +++ b/src/cc/CCtx.cpp @@ -129,6 +129,7 @@ std::string FinalizeCCTx(uint8_t evalcode,CMutableTransaction &mtx,CPubKey mypk, fprintf(stderr,"%02x",privkey[z]); fprintf(stderr," signed with privkey\n"); mtx.vin[i].scriptSig = CCSig(cond); + printf("RunCCEval.%d\n",RunCCEval(cond,mtx,i)); } else fprintf(stderr,"vini.%d has CC signing error address.(%s)\n",i,destaddr); }