This commit is contained in:
jl777
2016-12-12 10:37:59 +02:00
parent c5b295d857
commit 132aea8c60

View File

@@ -353,7 +353,7 @@ int32_t komodo_pending_withdraws(char *opretstr)
if ( len > 0 )
init_hexbytes_noT(opretstr,opretbuf,len);
else opretstr[0] = 0;
fprintf(stderr,"komodo_pending_withdraws len.%d PAXTOTAL %.8f\n",len,dstr(komodo_paxtotal()));
//fprintf(stderr,"komodo_pending_withdraws len.%d PAXTOTAL %.8f\n",len,dstr(komodo_paxtotal()));
return(len);
}