From 36ba6f9ff15a9b1a95bc959a3de76433d932b8f0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 29 May 2017 13:03:51 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 4e7be2b89..fba18f5ad 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -763,6 +763,7 @@ void LPinit(uint16_t myport,uint16_t mypull,uint16_t mypub,double profitmargin) printf("error launching stats rpcloop for port.%u\n",myport); exit(-1); } + LP_coinfind("BTC"); LP_coinfind("LTC"); LP_coinfind("KMD"); LP_privkey_init(mypeer,pubsock,"KMD",60,"test",""); printf("utxos.(%s)\n",LP_utxos(mypeer,"",10000)); while ( 1 )