Skip to content

Commit 805c08f

Browse files
committed
Fix PythPriceInfo slot to pub_slot.
1 parent 4891875 commit 805c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythclient/pythaccounts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def to_json(self):
427427
"price": self.price,
428428
"confidence_interval": self.confidence_interval,
429429
"price_status": self.price_status.name,
430-
"slot": self.slot,
430+
"pub_slot": self.pub_slot,
431431
"exponent": self.exponent,
432432
"raw_confidence_interval": self.raw_confidence_interval,
433433
"raw_price": self.raw_price

0 commit comments

Comments
 (0)