This commit is contained in:
jl777
2016-12-09 12:33:57 +02:00
parent 1e22f86563
commit 250195b07f

View File

@@ -270,7 +270,10 @@ uint64_t komodo_paxtotal()
else if ( pax->type == 'W' )
{
//if ( strcmp(str,ASSETCHAINS_SYMBOL) == 0 )
printf("got WITHDRAW.%s kmd.%d ht.%d %.8f -> %.8f\n",str,pax->height,pax->otherheight,dstr(pax->fiatoshis),dstr(pax->komodoshis));
bitcoin_address(coinaddr,addrtype,rmd160,20);
checktoshis = komodo_paxprice(&seed,pax->height,pax->source,(char *)"KMD",(uint64_t)pax->fiatoshis);
printf("got WITHDRAW.%s kmd.%d ht.%d %.8f -> %.8f/%.8f\n",pax->source,pax->height,pax->otherheight,dstr(pax->fiatoshis),dstr(pax->komodoshis),dstr(checktoshs));
}
}
}