From 4069b5ab47c774c030eb0657028aba57c2adf406 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 22 Sep 2016 18:48:45 -0300 Subject: [PATCH] test --- iguana/iguana_payments.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_payments.c b/iguana/iguana_payments.c index 87032e972..052c31d96 100755 --- a/iguana/iguana_payments.c +++ b/iguana/iguana_payments.c @@ -1310,7 +1310,7 @@ TWOINTS_AND_ARRAY(bitcoinrpc,listunspent,minconf,maxconf,array) cJSON *retjson; if ( remoteaddr != 0 ) return(clonestr("{\"error\":\"no remote\"}")); - retjson = iguana_listunspents(myinfo,coin,0,minconf,maxconf,remoteaddr); + retjson = iguana_listunspents(myinfo,coin,array,minconf,maxconf,remoteaddr); return(jprint(retjson,1)); }