Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/network-spec/miniprotocols.tex
Original file line number Diff line number Diff line change
Expand Up @@ -876,9 +876,10 @@ \subsection{State Machine}
The consumer can decide whether to send more points.
The message also tells the consumer about the $tip$ of the producer.
Whenever the server replies with \MsgIntersectFound{}, the client can
expect the next update (i.e. a replay to \MsgRequestNext{}) to be
\MsgRollBackward{} to the specified $point_{intersect}$ (which makes
handling state updates on the client side easier).
expect the next update (i.e. a reply to \MsgRequestNext{}) to be
\MsgRollBackward{}, either to the specified $point_{intersect}$ or an earlier
point if the producer switched to a different fork in the meantime.
This makes handling state updates on the client side easier.
\item [\MsgIntersectNotFound{} {\boldmath $(tip)$}]
Reply to the consumer that no intersection was found: none of the
points the consumer supplied are on the producer chain.
Expand Down
Loading