From 4365a10003f32e0dd934b362248fa31d0ac34d9c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 5 Dec 2023 18:51:58 +0000 Subject: [PATCH] Fix intra-doc link --- src/lib.rs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 8caca8f..8253912 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -156,11 +156,9 @@ impl DiversifierIndex { /// A "scope" narrows the visibility or usage to a level below "full". /// /// Consistent usage of `Scope` enables the user to provide consistent views over a wallet -/// to other people. For example, a user can give an external [SaplingIvk] to a merchant -/// terminal, enabling it to only detect "real" transactions from customers and not -/// internal transactions from the wallet. -/// -/// [SaplingIvk]: crate::sapling::SaplingIvk +/// to other people. For example, a user can give an external incoming viewing key to a +/// merchant terminal, enabling it to only detect "real" transactions from customers and +/// not internal transactions from the wallet. #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)] pub enum Scope { /// A scope used for wallet-external operations, namely deriving addresses to give to