Fix
This commit is contained in:
@@ -119,13 +119,13 @@ std::string FinalizeCCTx(uint64_t CCmask,struct CCcontract_info *cp,CMutableTran
|
|||||||
cond = othercond;
|
cond = othercond;
|
||||||
//fprintf(stderr,"unspendable CC addr.(%s)\n",unspendable);
|
//fprintf(stderr,"unspendable CC addr.(%s)\n",unspendable);
|
||||||
}
|
}
|
||||||
else if ( strcmp(destaddr,cp->unspendable2) == 0 )
|
else if ( strcmp(destaddr,cp->unspendableaddr2) == 0 )
|
||||||
{
|
{
|
||||||
fprintf(stderr,"matched %s unspendable2!\n",cp->unspendable2);
|
fprintf(stderr,"matched %s unspendable2!\n",cp->unspendableaddr2);
|
||||||
privkey = cp->unspendablepriv2;
|
privkey = cp->unspendablepriv2;
|
||||||
if ( othercond2 == 0 )
|
if ( othercond2 == 0 )
|
||||||
otherconds = MakeCCcond1(cp->evalcode,cp->unspendablepk2);
|
othercond2 = MakeCCcond1(cp->evalcode,cp->unspendablepk2);
|
||||||
cond = othercond;
|
cond = othercond2;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user