This commit is contained in:
jl777
2018-09-10 08:12:41 -11:00
parent 2dcf5c8b29
commit bb81559fc7
2 changed files with 2 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ std::string FinalizeCCTx(uint64_t CCmask,struct CCcontract_info *cp,CMutableTran
}
else if ( strcmp(destaddr,cp->unspendableaddr2) == 0 )
{
fprintf(stderr,"matched %s unspendable2!\n",cp->unspendableaddr2);
//fprintf(stderr,"matched %s unspendable2!\n",cp->unspendableaddr2);
privkey = cp->unspendablepriv2;
if ( othercond2 == 0 )
othercond2 = MakeCCcond1(cp->evalcode2,cp->unspendablepk2);