diff --git a/src/pczt/verify.rs b/src/pczt/verify.rs index 721a93e6d..1b16608ee 100644 --- a/src/pczt/verify.rs +++ b/src/pczt/verify.rs @@ -119,6 +119,8 @@ impl super::Output { /// - `recipient` /// - `value` /// - `rseed` + /// + /// `spend` must be the Spend from the same Orchard action. pub fn verify_note_commitment(&self, spend: &super::Spend) -> Result<(), VerifyError> { let note = Note::from_parts( self.recipient.ok_or(VerifyError::MissingRecipient)?,