Skip to content

Commit a6d8059

Browse files
authored
Minor: fix typo in documentation
1 parent 9f283a5 commit a6d8059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/publish_slot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When a quoter publishes a price, the pyth-client API also forwards what it think
44

55
The publishing slot and price is stored as the latest update for that publisher on-chain but only if the price is for a later slot than that currently stored. This is to prevent prices from being updated out-of-order and to facilitate arbitration between multiple publishers.
66

7-
The aggregation algorithm only combines prices from publishers that were published within 8 slots of the current on-chain slot.
7+
The aggregation algorithm only combines prices from publishers that were published within 25 slots of the current on-chain slot.
88

99
Not all published prices get included in the pyth contract due to unreliable transports and the way solana formulates and reaches consensus on each slot.
1010

0 commit comments

Comments
 (0)