Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Jan 20, 2023
1 parent 81846d8 commit c3648a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions zebra-chain/src/sapling/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl ZcashDeserialize for OutputInTransactionV4 {
fn zcash_deserialize<R: io::Read>(mut reader: R) -> Result<Self, SerializationError> {
// # 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
//
Expand Down Expand Up @@ -199,7 +199,7 @@ impl ZcashDeserialize for OutputPrefixInTransactionV5 {
fn zcash_deserialize<R: io::Read>(mut reader: R) -> Result<Self, SerializationError> {
// # 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
//
Expand Down
2 changes: 1 addition & 1 deletion zebra-chain/src/transaction/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ impl ZcashDeserialize for Option<sapling::ShieldedData<SharedAnchor>> {
//
// # 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
//
Expand Down

0 comments on commit c3648a1

Please sign in to comment.