This commit is contained in:
jl777
2016-12-13 13:14:18 +02:00
parent 716aa1d5ed
commit 772c13de09

View File

@@ -275,7 +275,10 @@ uint64_t komodo_paxtotal()
if ( (checktoshis= komodo_paxprice(&seed,pax->height,pax->source,(char *)"KMD",(uint64_t)pax->fiatoshis)) != 0 )
{
if ( checktoshis != pax->komodoshis )
{
pax->marked = pax->height;
printf("WITHDRAW mark <- %d %.8f != %.8f\n",pax->height,dstr(checktoshis),dstr(pax->komodoshis));
}
else if ( pax->validated == 0 )
{
pax->validated = pax->komodoshis;