From b3acd14ed0e50a062d5ef1fd7514d1fc4630ab5a Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Wed, 20 Feb 2019 16:30:45 +0700 Subject: [PATCH] Remove uint16_t port = according to Decker guide. --- iguana/exchanges/LP_coins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_coins.c b/iguana/exchanges/LP_coins.c index 4cb7d1e85..902ad821e 100644 --- a/iguana/exchanges/LP_coins.c +++ b/iguana/exchanges/LP_coins.c @@ -544,7 +544,7 @@ struct iguana_info *LP_coincreate(cJSON *item) txversion = 1; } - uint16_t port = LP_coininit(&cdata,symbol,name,assetname==0?"":assetname,isPoS,port,pubtype,p2shtype,wiftype,txfee,estimatedrate,longestchain,juint(item,"wiftaddr"),juint(item,"taddr"),LP_busport(port),jstr(item,"confpath"),decimals,txversion); + LP_coininit(&cdata,symbol,name,assetname==0?"":assetname,isPoS,port,pubtype,p2shtype,wiftype,txfee,estimatedrate,longestchain,juint(item,"wiftaddr"),juint(item,"taddr"),LP_busport(port),jstr(item,"confpath"),decimals,txversion); coin = LP_coinadd(&cdata); coin->inactive = (uint32_t)time(NULL);