From 9859066c727cf52cff5803f3cd958883fb5fc90c Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 24 Aug 2023 07:47:30 -0600 Subject: [PATCH] Fix API doc comment on UnifiedSpendingKey This fixes a simple copy/paste error of the docs from the unified viewing key. --- 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 d7480c74d..285e65bb1 100644 --- a/zcash_client_backend/src/keys.rs +++ b/zcash_client_backend/src/keys.rs @@ -133,7 +133,7 @@ impl Era { } } -/// A set of viewing keys that are all associated with a single +/// A set of spending keys that are all associated with a single /// ZIP-0032 account identifier. #[derive(Clone, Debug)] #[doc(hidden)]