Skip to content

Commit a4ae5b7

Browse files
committed
chore: add log_response after average modification
1 parent fc970a1 commit a4ae5b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

freqtrade/exchange/hyperliquid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,6 @@ def fetch_order(self, order_id: str, pair: str, params: dict | None = None) -> C
177177
if total_amount
178178
else None
179179
)
180+
self._log_exchange_response("fetch_order2", order)
180181

181182
return order

0 commit comments

Comments
 (0)