Add missing 'can'

This commit is contained in:
Noah Vesely 2018-09-10 16:19:53 -07:00
parent 88e255b63f
commit ace2fbe622
No known key found for this signature in database
GPG Key ID: 8CBD5ED9D835B0E1
1 changed files with 1 additions and 1 deletions

View File

@ -2415,7 +2415,7 @@ where $\NoteCommitSapling{}$ is instantiated in \crossref{concretewindowedcommit
Notice that the above definition of a \Sapling \note does not have a Notice that the above definition of a \Sapling \note does not have a
$\NoteAddressRand$ field. There is in fact a $\NoteAddressRand$ value associated $\NoteAddressRand$ field. There is in fact a $\NoteAddressRand$ value associated
with each \Sapling \note, but this only be computed once its position in the with each \Sapling \note, but this can only be computed once its position in the
\noteCommitmentTree is known (see \crossref{transactions} and \crossref{merkletree}). \noteCommitmentTree is known (see \crossref{transactions} and \crossref{merkletree}).
We refer to the combination of a \note and its \notePosition $\NotePosition$, as a We refer to the combination of a \note and its \notePosition $\NotePosition$, as a
\positionedNote. \positionedNote.