Browse Source

Remove uint16_t port = according to Decker guide.

blackjok3r
Artem Pikulin 6 years ago
parent
commit
b3acd14ed0
  1. 2
      iguana/exchanges/LP_coins.c

2
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);

Loading…
Cancel
Save