From 6893da3054d652f3c1aa9285ddd03c56da117b4b Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 12 Oct 2022 09:19:44 -0600 Subject: [PATCH] Update zcash_client_backend/src/keys.rs Co-authored-by: Daira Hopwood --- zcash_client_backend/src/keys.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash_client_backend/src/keys.rs b/zcash_client_backend/src/keys.rs index 7fa86f2f5..18e8b73fe 100644 --- a/zcash_client_backend/src/keys.rs +++ b/zcash_client_backend/src/keys.rs @@ -729,7 +729,7 @@ mod tests { match RecipientAddress::decode(&MAIN_NETWORK, tv.unified_addr) { Some(RecipientAddress::Unified(tvua)) => { // We always derive transparent and Sapling receivers, but not - // every value in the test vectors have these present. + // every value in the test vectors has these present. if tvua.transparent().is_some() { assert_eq!(tvua.transparent(), ua.transparent()); }