Skip to content

Commit 540a875

Browse files
Refactor: Minor style changes
1 parent 8b5f38c commit 540a875

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

algorithms/extend-policy.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
\LineComment{Bootstrapping cannot take too much time}
7878
\oneLineIf{$\tauLow = 0$ \textbf{and} $\ledgerTime - \tauLow > 2 \cdot \mathtt{maxTime_{window}}$}{\Return \txSeqProposalDefault}
7979

80-
\LineComment{Old enough, valid transactions should be included}
8180
\oneLineIf{$\mathsf{oldValidTxMissing}$}{\Return \txSeqProposalDefault}
81+
\Comment{Old enough, valid transactions should be included}
8282

8383
\State{\Return \txSeqProposal}
8484
\end{algorithmic}

content/protocol-details/protocol-desc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ \subsection{A Full Protocol Description}
2727
%
2828
In order to issue a transaction \tx, party \party needs to encrypt \tx using a subset of on-chain public keys, computed from a ticket associated with a block in the settled blockchain.
2929
%
30-
Additionally, a NIZKPoK that proves the validity of \tx and the correctness of each ciphertext should be attached (See the relation in Equation~\eqref{eq:nizk-relation}).
30+
Additionally, a NIZKPoK that proves the validity of \tx and the correctness of each ciphertext should be attached (See the relation in~\cref{eq:nizk-relation}).
3131

3232
\input{protocols/issue-nex-tx}
3333

content/protocol-details/transaction-encryption.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ \subsection{Transaction Encryption from Trusted Hardware}
181181

182182
\paragraph{Issuing a transaction.}
183183
%
184-
We elaborate on how a client can issue a transaction, the code description of this procedure is presented in~\cref{algorithm:issue-new-transaction} in~\cref{subsec:protocol-desc}.
184+
We elaborate on how a client can issue a transaction, the code description of this procedure is presented in~\cref{protocol:issue-new-transaction} in~\cref{subsec:protocol-desc}.
185185
%
186186
Recall that clients are not equipped with trusted hardware thus they should encrypt their transactions using the maintainers' public keys.
187187
%

0 commit comments

Comments
 (0)