comments, formatting

This commit is contained in:
Sam Germain
2021-09-08 00:19:21 -06:00
parent e13b0414d8
commit f8248f3771
6 changed files with 7 additions and 6 deletions

View File

@@ -548,7 +548,7 @@ class LocalTrade():
if self.is_open:
payment = "BUY" if self.is_short else "SELL"
# TODO-lev: On shorts, you buy a little bit more than the amount (amount + interest)
# This wll only print the original amount
# TODO-lev: This wll only print the original amount
logger.info(f'{order_type.upper()}_{payment} has been fulfilled for {self}.')
# TODO-lev: Double check this
self.close(safe_value_fallback(order, 'average', 'price'))