Fix horrible whitespace mistake.
This commit is contained in:
parent
7699fde380
commit
08cae6f067
@ -478,7 +478,6 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
|
|
||||||
# TODO: Is there a better way to force lazy-load?
|
# TODO: Is there a better way to force lazy-load?
|
||||||
len(trade.orders)
|
len(trade.orders)
|
||||||
|
|
||||||
min_stake_amount = self.exchange.get_min_pair_stake_amount(trade.pair,
|
min_stake_amount = self.exchange.get_min_pair_stake_amount(trade.pair,
|
||||||
current_rate,
|
current_rate,
|
||||||
self.strategy.stoploss)
|
self.strategy.stoploss)
|
||||||
|
Loading…
Reference in New Issue
Block a user