Skip to content

Commit

Permalink
Update protocol overview state diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Apr 17, 2024
1 parent 34afe6e commit 555eda5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/fig_SM_states_basic.tex
Expand Up @@ -9,9 +9,11 @@

\path[->] (initial) edge [bend left=20] node {$\stCollect$} (open);
\path[->] (open) edge [bend left=20] node {$\stClose$} (closed);
\path[->] (open) edge [loop above] node {$\mathsf{increment}$} (open);
\path[->] (open) edge [loop below] node {$\mathsf{decrement}$} (open);
\path[->] (closed) edge [bend left=20] node {$\stFanout$} (final);
\path[->] (closed) edge [loop above] node {$\stContest$} (closed);
\path[->] (initial) edge node {$\stAbort$} (final);
\path[->] (initial) edge [bend right=20] node {$\stAbort$} (final);
\end{tikzpicture}

\caption{Mainchain state diagram for this version of the Hydra protocol.}\label{fig:SM_states_basic}
Expand Down

0 comments on commit 555eda5

Please sign in to comment.