This commit is contained in:
Conrado Gouvea 2023-01-21 12:43:20 -03:00 committed by GitHub
parent 6f6b13300e
commit 6199b1240c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ impl ZcashDeserialize for OutputInTransactionV4 {
fn zcash_deserialize<R: io::Read>(mut reader: R) -> Result<Self, SerializationError> { fn zcash_deserialize<R: io::Read>(mut reader: R) -> Result<Self, SerializationError> {
// # Consensus // # 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 // https://zips.z.cash/protocol/protocol.pdf#outputdesc
// //
@ -199,7 +199,7 @@ impl ZcashDeserialize for OutputPrefixInTransactionV5 {
fn zcash_deserialize<R: io::Read>(mut reader: R) -> Result<Self, SerializationError> { fn zcash_deserialize<R: io::Read>(mut reader: R) -> Result<Self, SerializationError> {
// # Consensus // # 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 // https://zips.z.cash/protocol/protocol.pdf#outputdesc
// //

View File

@ -253,7 +253,7 @@ impl ZcashDeserialize for Option<sapling::ShieldedData<SharedAnchor>> {
// //
// # Consensus // # 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 // https://zips.z.cash/protocol/protocol.pdf#outputdesc
// //