From 3a05357f1bae839c063ce2dfb38647c01dabbc72 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 12 Sep 2017 23:26:48 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index afa702e53..74b69ef9e 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -291,7 +291,7 @@ cJSON *LP_gettxout(char *symbol,bits256 txid,int32_t vout) len = (int32_t)strlen(hexstr+1) >> 1; serialized = malloc(len); decode_hex(serialized,len,hexstr+1); - LP_swap_coinaddr(coin,coinaddr,&value,serialized,len,0); + LP_swap_coinaddr(coin,coinaddr,&value,serialized,len,vout); printf("HEX.(%s) len.%d %s %.8f\n",hexstr+1,len,coinaddr,dstr(value)); if ( (listjson= electrum_address_listunspent(coin->symbol,0,0,coinaddr)) != 0 ) {