From: Lloyd Fournier Date: Thu, 24 Feb 2022 09:59:21 +0000 (+1100) Subject: apply doc suggestions from @notmandatory X-Git-Tag: v0.17.0~3^2~4 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/-script-amount/struct.EncoderStringWriter.html?a=commitdiff_plain;h=fbb50ad1c886a9cb716146fa823558d7d655c7b7;p=bdk apply doc suggestions from @notmandatory Co-authored-by: Steve Myers --- diff --git a/src/blockchain/any.rs b/src/blockchain/any.rs index 079524ae..91f448b3 100644 --- a/src/blockchain/any.rs +++ b/src/blockchain/any.rs @@ -16,7 +16,7 @@ //! //! ## Example //! -//! When paired with the use of [`ConfigurableBlockchain`], it allows creating wallets with any +//! When paired with the use of [`ConfigurableBlockchain`], it allows creating any //! blockchain type supported using a single line of code: //! //! ```no_run diff --git a/src/wallet/mod.rs b/src/wallet/mod.rs index d0f86344..4006ccb2 100644 --- a/src/wallet/mod.rs +++ b/src/wallet/mod.rs @@ -163,7 +163,7 @@ impl fmt::Display for AddressInfo { pub struct SyncOptions { /// The progress tracker which may be informed when progress is made. pub progress: Option>, - /// The maximum number of addresses sync on. + /// The maximum number of new addresses to derive and cache on sync. pub max_addresses: Option, }