This commit is contained in:
jl777
2016-12-07 15:58:07 +02:00
parent 115e6a5c86
commit 72e51f5130

View File

@@ -269,7 +269,7 @@ uint64_t komodo_paxtotal()
}
else if ( pax->type == 'W' )
{
printf("got WITHDRAW.%s kmd.%d ht.%d %.8f\n",str,pax->height,pax->otherheight,dstr(pax->value));
printf("got WITHDRAW.%s kmd.%d ht.%d %.8f\n",str,pax->height,pax->otherheight,dstr(pax->fiatoshis));
}
}
}