krakenfutures: correct ccxt issue link to 27996

This commit is contained in:
matstedt
2026-02-26 00:10:28 +01:00
committed by Matthias
parent 5096ec8a50
commit 7f9b1a9f90
+1 -1
View File
@@ -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: