File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -876,9 +876,10 @@ \subsection{State Machine}
876
876
The consumer can decide whether to send more points.
877
877
The message also tells the consumer about the $ tip$ of the producer.
878
878
Whenever the server replies with \MsgIntersectFound {}, the client can
879
- expect the next update (i.e. a replay to \MsgRequestNext {}) to be
880
- \MsgRollBackward {} to the specified $ point_{intersect}$ (which makes
881
- handling state updates on the client side easier).
879
+ expect the next update (i.e. a reply to \MsgRequestNext {}) to be
880
+ \MsgRollBackward {}, either to the specified $ point_{intersect}$ or an earlier
881
+ point if the producer switched to a different fork in the meantime.
882
+ This makes handling state updates on the client side easier.
882
883
\item [\MsgIntersectNotFound {} {\boldmath $ (tip)$ }]
883
884
Reply to the consumer that no intersection was found: none of the
884
885
points the consumer supplied are on the producer chain.
You can’t perform that action at this time.
0 commit comments