diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index f2cb877b6..3d0833aa8 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -203,7 +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)); jaddstr(item,"address",utxo->coinaddr);