UTXO -> UTXO set.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-09-03 04:15:09 +01:00
parent 660d1eadef
commit 4547644dd1
1 changed files with 2 additions and 2 deletions

View File

@ -932,8 +932,8 @@ accept into its \blockchainview.
The \noteCommitmentTree is an \incrementalMerkleTree of fixed depth used to
store \noteCommitments that \joinSplitTransfers produce. Just as the \term{unspent
transaction output set} (UTXO) used in \Bitcoin, it is used to express the existence
of value and the capability to spend it. However, unlike the UTXO, it is \emph{not}
transaction output set} (UTXO set) used in \Bitcoin, it is used to express the existence
of value and the capability to spend it. However, unlike the UTXO set, it is \emph{not}
the job of this tree to protect against double-spending, as it is append-only.
Blocks in the \blockchain are associated (by all nodes) with the \merkleRoot of this tree