minor changes

This commit is contained in:
Sam Germain 2021-09-11 00:03:01 -06:00
parent 02521b4010
commit b1067cee6c
3 changed files with 2 additions and 1518 deletions

View File

@ -40,7 +40,7 @@ class Kraken(Exchange):
return (parent_check and
market.get('darkpool', False) is False)
@ retrier
@retrier
def get_balances(self) -> dict:
if self._config['dry_run']:
return {}

File diff suppressed because it is too large Load Diff

View File

@ -90,7 +90,7 @@ def test_enter_exit_side(fee):
@pytest.mark.usefixtures("init_persistence")
def test_set_stop_loss_isolated_liq(fee):
def test__set_stop_loss_isolated_liq(fee):
trade = Trade(
id=2,
pair='ADA/USDT',