fixed typo in false statement
This commit is contained in:
parent
f8db7f1709
commit
328a9ffafd
@ -429,7 +429,7 @@ class FreqtradeBot:
|
|||||||
logger.info('bids to ask delta DOES satisfy condition.')
|
logger.info('bids to ask delta DOES satisfy condition.')
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
logger.info('bids to ask delta DOES NOT satisfy condition.')
|
logger.info(f"bids to ask delta for {pair} does not satisfy condition.")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def execute_buy(self, pair: str, stake_amount: float, price: Optional[float] = None) -> bool:
|
def execute_buy(self, pair: str, stake_amount: float, price: Optional[float] = None) -> bool:
|
||||||
|
Loading…
Reference in New Issue
Block a user