Fix horrible whitespace mistake.

This commit is contained in:
Reigo Reinmets 2022-01-13 20:44:03 +02:00
parent 7699fde380
commit 08cae6f067

View File

@ -478,7 +478,6 @@ class FreqtradeBot(LoggingMixin):
# TODO: Is there a better way to force lazy-load?
len(trade.orders)
min_stake_amount = self.exchange.get_min_pair_stake_amount(trade.pair,
current_rate,
self.strategy.stoploss)