Browse Source

Merge pull request #723 from jl777/jl777

Fix
patch-3
jl777 7 years ago
committed by GitHub
parent
commit
716e32385c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      iguana/exchanges/LP_commands.c

2
iguana/exchanges/LP_commands.c

@ -501,7 +501,7 @@ jpg(srcfile, destfile, power2=7, password, data="", required, ind=0)\n\
{
fomo = 1;
price = 1.;
vol = jdouble(argjson,"fomo");
vol = jdouble(argjson,"dump");
} else vol = jdouble(argjson,"basevolume");
if ( price > SMALLVAL )
{

Loading…
Cancel
Save