From b0c13ff9ebd825844e39a53cf0262fdf69dddbe0 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Thu, 12 Dec 2024 11:03:17 +0100 Subject: [PATCH] wollet: another doc fix --- lwk_wollet/src/update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwk_wollet/src/update.rs b/lwk_wollet/src/update.rs index 78a1bec6..4a397ec2 100644 --- a/lwk_wollet/src/update.rs +++ b/lwk_wollet/src/update.rs @@ -48,7 +48,7 @@ impl DownloadTxResult { } } -/// Passing a wallet to [`crate::BlockchainBackend::full_scan()`] returns this structure which +/// Passing a wallet to [`crate::clients::blocking::BlockchainBackend::full_scan()`] returns this structure which /// contains the delta of information to be applied to the wallet to reach the latest status. #[derive(Clone, PartialEq, Eq, Debug)] pub struct Update {