We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4891875 commit 805c08fCopy full SHA for 805c08f
pythclient/pythaccounts.py
@@ -427,7 +427,7 @@ def to_json(self):
427
"price": self.price,
428
"confidence_interval": self.confidence_interval,
429
"price_status": self.price_status.name,
430
- "slot": self.slot,
+ "pub_slot": self.pub_slot,
431
"exponent": self.exponent,
432
"raw_confidence_interval": self.raw_confidence_interval,
433
"raw_price": self.raw_price
0 commit comments