Browse Source

TRC and UIS tweaks

beta
jl777 7 years ago
parent
commit
728bc91353
  1. 2
      iguana/exchanges/LP_rpc.c
  2. 2
      iguana/exchanges/coins

2
iguana/exchanges/LP_rpc.c

@ -602,7 +602,7 @@ double LP_getestimatedrate(struct iguana_info *coin)
return(0.0001);
if ( (strcmp(coin->symbol,"BTC") == 0 || coin->txfee == 0) )
{
if ( coin->rate == 0. || time(NULL) > coin->ratetime+3 )
if ( coin->rate == 0. || time(NULL) > coin->ratetime+13 )
{
sprintf(buf,"[%d]",3);
if ( (retstr= LP_apicall(coin,coin->electrum==0?"estimatefee" : "blockchain.estimatefee",buf)) != 0 )

2
iguana/exchanges/coins

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save