We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27d1777 + 4dffd47 commit a626ac7Copy full SHA for a626ac7
src/Hydra/Protocol/Figures/offchain-protocol.tex
@@ -191,21 +191,16 @@
191
192
%%% DECREMENT
193
\On{$(\mathtt{decrementTx}, U, v)$ from chain}{
194
- \If{$\mathsf{outputs}(\tx_{\omega}) = U$}{
195
- $\tx_{\omega} \gets \bot$ \;
196
- $\hatv \gets v$ \;
197
- }
+ $\tx_{\omega} \gets \bot$ \;
+ $\hatv \gets v$ \;
198
}
199
\vspace{12pt}
200
201
%%% INCREMENT
202
\On{$(\mathtt{incrementTx}, U, v)$ from chain}{
203
- % XXX: require?
204
- \If{$U_\alpha = U$}{
205
- $\hatmL \gets \hatmL \cup U$ \;
206
- $U_\alpha \gets \emptyset$\;
207
208
+ $\hatmL \gets \hatmL \cup U$ \;
+ $U_\alpha \gets \emptyset$\;
209
210
211
\end{walgo}
0 commit comments