Browse Source

Test

etomic
jl777 8 years ago
parent
commit
f98c7566da
  1. 3
      basilisk/jumblr.c

3
basilisk/jumblr.c

@ -753,7 +753,8 @@ void jumblr_DEXcheck(struct supernet_info *myinfo,struct iguana_info *coin)
vals = cJSON_CreateObject();
jaddstr(vals,"source","KMD");
jaddstr(vals,"dest","BTC");
jaddnum(vals,"amount",JUMBLR_INCR*kmdcoin->DEXinfo.btcprice);
jaddnum(vals,"amount",JUMBLR_INCR);
jaddnum(vals,"destamount",JUMBLR_INCR*kmdcoin->DEXinfo.btcprice);
jaddnum(vals,"minprice",kmdcoin->DEXinfo.btcprice);
jaddnum(vals,"usejumblr",1);
memset(hash.bytes,0,sizeof(hash));

Loading…
Cancel
Save