Update `zcash_primitives` to reflect argument changes to `parse_note_plaintext_without_memo_ovk`

Extracted from: 696a9be0a0
This commit is contained in:
Kris Nuttycombe 2023-05-26 09:32:58 -06:00
parent a7fa69c504
commit 5076943e69
1 changed files with 1 additions and 2 deletions

View File

@ -651,8 +651,7 @@ pub fn try_output_recovery_with_ock<D: Domain, Output: ShieldedOutput<D, ENC_CIP
)
.ok()?;
let (note, to) =
domain.parse_note_plaintext_without_memo_ovk(&pk_d, &plaintext)?;
let (note, to) = domain.parse_note_plaintext_without_memo_ovk(&pk_d, &plaintext)?;
let memo = domain.extract_memo(&plaintext);
// ZIP 212: Check that the esk provided to this function is consistent with the esk we