Browse Source

test

etomic
jl777 7 years ago
parent
commit
613cd6908a
  1. 2
      .gitignore
  2. 2
      iguana/exchanges/LP_utxos.c
  3. 3
      iguana/exchanges/userpass

2
.gitignore

@ -484,3 +484,5 @@ iguana/client
iguana/marketmaker.dSYM/Contents/Resources/DWARF/marketmaker
iguana/confs/97f18454bb61e9eb7a827cfbefe42fbf7ae2832dc74c4812bdaef8bcf5c10474
iguana/DB/PRICES/.tmpmarker

2
iguana/exchanges/LP_utxos.c

@ -947,7 +947,7 @@ char *LP_secretaddresses(void *ctx,char *passphrase,int32_t n,uint8_t taddr,uint
for (i=0; i<n; i++)
{
item = jitem(retjson,i);
printf("\\\"%s\\\", ",get_cJSON_fieldname(item));
printf("\\\"%s\\\", ",item->child != 0 ? get_cJSON_fieldname(item->child) : "");
}
printf("]\n");
return(jprint(retjson,1));

3
iguana/exchanges/userpass

@ -1 +1,2 @@
export userpass="<put the userpass value from the first API call here>"
#export userpass="<put the userpass value from the first API call here>"
export userpass="c3d8c2a364b7d18c1f9d7321d017b92e9f9c791e4f5c741214fefdea8a071256"

Loading…
Cancel
Save