This commit is contained in:
jl777
2016-11-23 16:07:56 -03:00
parent f186b8a19d
commit e3f9967438

View File

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