Fixed freqtradebot failing tests

This commit is contained in:
Sam Germain
2021-09-08 02:16:25 -06:00
parent a1c9a4d619
commit b2f289e404
2 changed files with 2 additions and 2 deletions

View File

@@ -852,7 +852,7 @@ class FreqtradeBot(LoggingMixin):
f"for pair {trade.pair}.")
def _check_and_execute_exit(self, trade: Trade, exit_rate: float,
enter: bool, exit_: bool) -> bool:
buy: bool, sell: bool) -> bool:
"""
Check and execute exit
"""