Browse Source

Test

etomic
jl777 7 years ago
parent
commit
bd53ffd5d6
  1. 2
      iguana/exchanges/LP_rpc.c

2
iguana/exchanges/LP_rpc.c

@ -284,7 +284,7 @@ cJSON *LP_NXT_redeems()
for (i=0; i<sizeof(totals)/sizeof(*totals); i++)
{
if ( totals[i] != 0 )
printf("%-10s %.8f\n",assetids[i][1],dstr(totals[i]));
printf("%-10s %13.5f\n",assetids[i][1],dstr(totals[i]));
}
return(retjson);
}

Loading…
Cancel
Save