fixed one more occurence of executed buy, and test

This commit is contained in:
Yazeed Al Oyoun
2020-02-11 16:14:49 +01:00
parent 4fedf1e564
commit 5f4c209fca
2 changed files with 2 additions and 2 deletions

View File

@@ -419,7 +419,7 @@ class FreqtradeBot:
else:
return False
logger.info(f'Executed Buy for {pair}')
logger.info(f'Executing Buy for {pair}')
return self.execute_buy(pair, stake_amount)
else:
return False