From 8a6dc9c9fead91bfb7c2530059705504f6b497d6 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Sun, 2 Feb 2020 15:08:59 +0000 Subject: [PATCH] Wording tweak: replace "it" with "the note". I was able to read this "it" as a reference to "the transaction". closes #174 Author: Za Wilgustus Signed-off-by: Daira Hopwood --- protocol/protocol.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/protocol.tex b/protocol/protocol.tex index 2148a543..e06aaa5e 100644 --- a/protocol/protocol.tex +++ b/protocol/protocol.tex @@ -2205,7 +2205,7 @@ As in \Bitcoin, this is associated with a \privateKey that can be used to spend \notes sent to the address; in \Zcash this is called a \spendingKey. To each \note there is cryptographically associated a \noteCommitment. Once the -\transaction creating the \note has been mined, it is associated with a fixed +\transaction creating a \note has been mined, the \note is associated with a fixed \notePosition in a tree of \noteCommitments, and with a \nullifier\footnoteref{notesandnullifiers} unique to that \note. Computing the \nullifier requires the associated private \spendingKey\sapling{ (or the \nullifierKey for \Sapling \notes)}.