Skip to content

Commit

Permalink
wollet: another doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Dec 12, 2024
1 parent aa7ff4e commit b0c13ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwk_wollet/src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b0c13ff

Please sign in to comment.