Browse Source

Test

patch-3
jl777 7 years ago
parent
commit
9fbf3b6dfe
  1. 1
      iguana/exchanges/LP_rpc.c

1
iguana/exchanges/LP_rpc.c

@ -647,6 +647,7 @@ again:
if ( err == 1 && coin->electrum == 0 && strcmp("BTC",coin->symbol) == 0 )
{
strcpy(coin->estimatefeestr,"estimatesmartfee");
err = 2;
goto again;
}
} else rate = coin->rate;

Loading…
Cancel
Save