Remove wrong comment

This commit is contained in:
Matthias 2020-04-15 07:55:15 +02:00
parent 33b6c7de5b
commit 99f3e9ed77
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class PriceFilter(IPairList):
"""
Check if if one price-step (pip) is > than a certain barrier.
:param ticker: ticker dict as returned from ccxt.load_markets()
:param precision: Precision
:return: True if the pair can stay, false if it should be removed
"""
compare = ticker['last'] + self._exchange.price_get_one_pip(ticker['symbol'],