Skip to content

Commit 9ee2e32

Browse files
committed
Update to sync with fork.
1 parent 86ed736 commit 9ee2e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythclient/pythaccounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def to_json(self):
651651
"next_price_account_key": str(self.next_price_account_key),
652652
"aggregate_price_info": self.aggregate_price_info.to_json(),
653653
"price_components": [x.to_json() for x in self.price_components],
654-
"derivations": {TwEmaType(x).name: self.derivations.get(x) for x in list(self.derivations.keys())},
654+
"derivations": {EmaType(x).name: self.derivations.get(x) for x in list(self.derivations.keys())},
655655
"min_publishers": self.min_publishers,
656656
"aggregate_price": self.aggregate_price,
657657
"aggregate_price_confidence_interval": self.aggregate_price_confidence_interval

0 commit comments

Comments
 (0)