align to develop

This commit is contained in:
Antonio Della Fortuna 2023-01-08 12:46:27 +01:00
parent 24ace646c3
commit f77dffc951
1 changed files with 1 additions and 2 deletions

View File

@ -520,8 +520,7 @@ class FreqtradeBot(LoggingMixin):
else:
self.log_once(f"Pair {pair} is currently locked.", logger.info)
return False
stake_amount = self.wallets.get_trade_stake_amount(
pair, self.edge)
stake_amount = self.wallets.get_trade_stake_amount(pair, self.edge)
bid_check_dom = self.config.get('entry_pricing', {}).get('check_depth_of_market', {})
if ((bid_check_dom.get('enabled', False)) and