From 2d8ec5de657f3caacec591004c9ff207c4e995b2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 6 Nov 2016 12:47:35 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_rpc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iguana/dpow/dpow_rpc.c b/iguana/dpow/dpow_rpc.c index fb566c5de..bac0f1b88 100755 --- a/iguana/dpow/dpow_rpc.c +++ b/iguana/dpow/dpow_rpc.c @@ -523,8 +523,8 @@ void dpow_issuer_withdraw(struct dpow_info *dp,char *coinaddr,uint64_t value,int memcpy(pax->rmd160,rmd160,20); pax->height = height; if ( pax->marked == 0 ) - printf("ADD WITHDRAW %s %.8f -> %s TO PAX ht.%d\n",symbol,dstr(fiatoshis),coinaddr,height); - else printf("MARKED.%d WITHDRAW %s %.8f -> %s TO PAX ht.%d\n",pax->marked,symbol,dstr(fiatoshis),coinaddr,height); + printf("ADD %.8f WITHDRAW %s %.8f -> %s TO PAX ht.%d\n",dstr(value),symbol,dstr(fiatoshis),coinaddr,height); + else printf("%.8f MARKED.%d WITHDRAW %s %.8f -> %s TO PAX ht.%d\n",dstr(value),pax->marked,symbol,dstr(fiatoshis),coinaddr,height); } else { @@ -571,7 +571,7 @@ void dpow_issuer_voutupdate(struct dpow_info *dp,char *symbol,int32_t isspecial, if ( value < checktoshis ) { if ( dpow_paxfind(dp,&space,txid,vout) == 0 ) - dpow_issuer_withdraw(dp,coinaddr,value,shortflag,base,fiatoshis,rmd160,txid,vout,height); + dpow_issuer_withdraw(dp,coinaddr,value,shortflag,base,fiatoshis,rmd160,txid,vout,kmdheight); } } else // short