From 6236909210407704be80e372bd271e2aade0c24c Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 26 Sep 2019 22:48:48 -0400 Subject: [PATCH] Update zebra-chain/src/transaction.rs Co-Authored-By: Henry de Valence --- zebra-chain/src/transaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/transaction.rs b/zebra-chain/src/transaction.rs index 5c16c20b..a6ef67ff 100644 --- a/zebra-chain/src/transaction.rs +++ b/zebra-chain/src/transaction.rs @@ -35,7 +35,7 @@ pub struct TransactionInput { /// /// The most fundamental building block of a transaction is a /// transaction output -- the ZEC you own in your "wallet" is in -/// fact a subset of unspent transaction outputs or 'UTXO's of the +/// fact a subset of unspent transaction outputs (or "UTXO"s) of the /// global UTXO set. /// /// UTXOs are indivisible, discrete units of value which can only be