This commit is contained in:
jl777
2016-12-30 15:11:35 +02:00
parent bca0968980
commit bd73701495

View File

@@ -937,7 +937,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
basesp->redeemed += srcvalues[i];
pax->didstats = 1;
//if ( strcmp(CURRENCIES[baseids[i]],ASSETCHAINS_SYMBOL) == 0 )
printf("########### %p redeemed %s += %.8f kht.%d ht.%d\n",basesp,CURRENCIES[baseids[i]],dstr(srcvalues[i]),kmdheights[i],otherheights[i]);
printf("ht.%d %.8f ########### %p redeemed %s += %.8f kht.%d ht.%d\n",height,dstr(value),basesp,CURRENCIES[baseids[i]],dstr(srcvalues[i]),kmdheights[i],otherheights[i]);
}
}
if ( (pax= komodo_paxmark(height,txids[i],vouts[i],'W',height)) != 0 )