Remove wrong comment
This commit is contained in:
parent
8bf38443c2
commit
bfa55f31c0
@ -402,7 +402,6 @@ class FreqtradeBot:
|
||||
"""
|
||||
logger.debug(f"create_trade for pair {pair}")
|
||||
|
||||
# Check if dataframe is out of date
|
||||
if self.strategy.is_pair_locked(pair):
|
||||
logger.info(f"Pair {pair} is currently locked.")
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user