Browse Source

Test

etomic
jl777 8 years ago
parent
commit
22d8d4679d
  1. 2
      iguana/exchanges/LP_scan.c
  2. 2
      iguana/exchanges/install

2
iguana/exchanges/LP_scan.c

@ -326,7 +326,7 @@ cJSON *LP_snapshot(struct iguana_info *coin,int32_t height)
{ {
if ( ap->balance != 0 ) if ( ap->balance != 0 )
{ {
item = cJSON_CreateArray(); item = cJSON_CreateObject();
jaddnum(item,ap->coinaddr,dstr(ap->balance)); jaddnum(item,ap->coinaddr,dstr(ap->balance));
jaddi(array,item); jaddi(array,item);
n++; n++;

2
iguana/exchanges/install

@ -1,4 +1,4 @@
cp goals goal portfolio autoprice deletemessages getmessages debug register registerall trade ordermatch bestfit orderbook autotrade client run_osx client_osx run coins disable enable myprice myprices getcoins getpeers getpeersIP getprices getutxos help inv setprice status utxos ../dexscripts cp snapshot goals goal portfolio autoprice deletemessages getmessages debug register registerall trade ordermatch bestfit orderbook autotrade client run_osx client_osx run coins disable enable myprice myprices getcoins getpeers getpeersIP getprices getutxos help inv setprice status utxos ../dexscripts
cd ../dexscripts cd ../dexscripts
#cp ../exchanges/passphrase ../exchanges/userpass . #cp ../exchanges/passphrase ../exchanges/userpass .
echo you will need to have a passphrase file with your passphrase and userpass file with userpass value in dexscripts dir echo you will need to have a passphrase file with your passphrase and userpass file with userpass value in dexscripts dir

Loading…
Cancel
Save