Browse Source

Test

etomic
jl777 8 years ago
parent
commit
ee35b352b5
  1. 1
      iguana/exchanges/LP_utxos.c

1
iguana/exchanges/LP_utxos.c

@ -203,6 +203,7 @@ int32_t LP_utxopurge(int32_t allutxos)
cJSON *LP_inventoryjson(cJSON *item,struct LP_utxoinfo *utxo)
{
struct _LP_utxoinfo u;
jaddstr(item,"method","notified");
jaddstr(item,"method2","notified");
jaddstr(item,"coin",utxo->coin);
jaddnum(item,"now",time(NULL));

Loading…
Cancel
Save