Skip to content

Commit c68e514

Browse files
committed
legacy compat no more
1 parent a00f0cb commit c68e514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

execution-layer.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ \subsection{Processing}
354354
\item Compute message hash: $m \gets H(\sthash, \txhash)$
355355
\item Evaluate predicate: verify $\predi(\tau, m, u) = 1$
356356
\item Check uniqueness: verify $R[\mathsf{sid}] = \bot$
357-
\item If both checks pass: $R[\mathsf{sid}] \gets \txhash$\footnote{The current SDK implementation stores $H(\mathsf{CBOR}(\predi, \sthash, \txhash, u))$ as the leaf value instead of $\txhash$, because of backward compatibility with the legacy SDK.}
357+
\item If both checks pass: $R[\mathsf{sid}] \gets \txhash$
358358
\end{enumerate}
359359

360360
If the request is accepted, the Unicity Service returns an inclusion proof $\pinc$. If the state has already been spent (uniqueness check fails) or the predicate evaluation fails, the request is rejected.

0 commit comments

Comments
 (0)