From 7fd70608ac643ccb0c43d62f9af198db07a3e4a3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 14 Jun 2017 20:32:09 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_utxos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index cb99c9f40..f2cb877b6 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/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,"coin",utxo->coin); jaddnum(item,"now",time(NULL)); jaddstr(item,"address",utxo->coinaddr);