removed TODO
This commit is contained in:
@@ -830,7 +830,6 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
entry_tag: Optional[str],
|
entry_tag: Optional[str],
|
||||||
trade: Optional[Trade]
|
trade: Optional[Trade]
|
||||||
) -> Tuple[float, float]:
|
) -> Tuple[float, float]:
|
||||||
# TODO: This method has no tests
|
|
||||||
|
|
||||||
if price:
|
if price:
|
||||||
enter_limit_requested = price
|
enter_limit_requested = price
|
||||||
|
Reference in New Issue
Block a user