Browse Source

Test

etomic
jl777 8 years ago
parent
commit
9431fea7a8
  1. 1
      iguana/exchanges/LP_coins.c

1
iguana/exchanges/LP_coins.c

@ -186,7 +186,6 @@ cJSON *LP_coinjson(struct iguana_info *coin,int32_t showwif)
{
struct electrum_info *ep; char wifstr[128],ipaddr[64]; uint8_t tmptype; bits256 checkkey; cJSON *item = cJSON_CreateObject();
jaddstr(item,"coin",coin->symbol);
jaddnum(item,"height",coin->height);
if ( showwif != 0 )
{
bitcoin_priv2wif(coin->wiftaddr,wifstr,G.LP_mypriv25519,coin->wiftype);

Loading…
Cancel
Save