Browse Source

Test

etomic
jl777 8 years ago
parent
commit
7891f029d9
  1. 1
      iguana/exchanges/LP_unspents.c

1
iguana/exchanges/LP_unspents.c

@ -79,6 +79,7 @@ cJSON *LP_peerjson(struct LP_peerinfo *peer)
cJSON *item = cJSON_CreateObject(); cJSON *item = cJSON_CreateObject();
jaddstr(item,"ipaddr",peer->ipaddr); jaddstr(item,"ipaddr",peer->ipaddr);
jaddnum(item,"port",peer->port); jaddnum(item,"port",peer->port);
jaddnum(item,"profit",peer->profitmargin);
return(item); return(item);
} }

Loading…
Cancel
Save