From de9e3c8b5d72882607c75258e9270732a434f144 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Jul 2018 02:56:55 -1100 Subject: [PATCH] Test --- src/cc/CCtx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/CCtx.cpp b/src/cc/CCtx.cpp index b5208ced5..0b082c306 100644 --- a/src/cc/CCtx.cpp +++ b/src/cc/CCtx.cpp @@ -104,13 +104,13 @@ std::string FinalizeCCTx(uint8_t evalcode,CMutableTransaction &mtx,CPubKey mypk, { privkey = myprivkey; cond = mycond; - //fprintf(stderr,"my CC addr.(%s)\n",myaddr); + fprintf(stderr,"my CC addr.(%s)\n",myaddr); } else if ( strcmp(destaddr,unspendable) == 0 ) { privkey = unspendablepriv; cond = othercond; - //fprintf(stderr,"unspendable CC addr.(%s)\n",unspendable); + fprintf(stderr,"unspendable CC addr.(%s)\n",unspendable); } else {