diff --git a/freqtrade/exchange/krakenfutures.py b/freqtrade/exchange/krakenfutures.py index 4b67891e1..459e1f303 100644 --- a/freqtrade/exchange/krakenfutures.py +++ b/freqtrade/exchange/krakenfutures.py @@ -153,7 +153,7 @@ class Krakenfutures(Exchange): For filled terminal orders, we ALWAYS fetch trades and compute VWAP because CCXT's average is unreliable. - See: https://github.com/ccxt/ccxt/issues/27979 + See: https://github.com/ccxt/ccxt/issues/27996 """ # Fix 1: Extract nested triggerPrice for stoploss orders if order.get("triggerPrice") is None and order.get("stopPrice") is None: