Fix API doc comment on UnifiedSpendingKey

This fixes a simple copy/paste error of the docs from the unified viewing key.
This commit is contained in:
Andrew Arnott 2023-08-24 07:47:30 -06:00 committed by GitHub
parent b580c42bdc
commit 9859066c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. /// ZIP-0032 account identifier.
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
#[doc(hidden)] #[doc(hidden)]