From c3648a1b119bea005b6c60ed4f0e64f66608d6c2 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Fri, 20 Jan 2023 15:53:17 -0300 Subject: [PATCH] fix typos --- zebra-chain/src/sapling/output.rs | 4 ++-- zebra-chain/src/transaction/serialize.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zebra-chain/src/sapling/output.rs b/zebra-chain/src/sapling/output.rs index 74dfa7eefd3..8e35498392f 100644 --- a/zebra-chain/src/sapling/output.rs +++ b/zebra-chain/src/sapling/output.rs @@ -136,7 +136,7 @@ impl ZcashDeserialize for OutputInTransactionV4 { fn zcash_deserialize(mut reader: R) -> Result { // # Consensus // - // > Elements of a Output description MUST be valid encodings of the types given above. + // > Elements of an Output description MUST be valid encodings of the types given above. // // https://zips.z.cash/protocol/protocol.pdf#outputdesc // @@ -199,7 +199,7 @@ impl ZcashDeserialize for OutputPrefixInTransactionV5 { fn zcash_deserialize(mut reader: R) -> Result { // # Consensus // - // > Elements of a Output description MUST be valid encodings of the types given above. + // > Elements of an Output description MUST be valid encodings of the types given above. // // https://zips.z.cash/protocol/protocol.pdf#outputdesc // diff --git a/zebra-chain/src/transaction/serialize.rs b/zebra-chain/src/transaction/serialize.rs index e35908eb1fe..7e670226956 100644 --- a/zebra-chain/src/transaction/serialize.rs +++ b/zebra-chain/src/transaction/serialize.rs @@ -253,7 +253,7 @@ impl ZcashDeserialize for Option> { // // # Consensus // - // > Elements of a Output description MUST be valid encodings of the types given above. + // > Elements of an Output description MUST be valid encodings of the types given above. // // https://zips.z.cash/protocol/protocol.pdf#outputdesc //