]> Untitled Git - bdk/commitdiff
apply doc suggestions from @notmandatory
authorLloyd Fournier <LLFourn@users.noreply.github.com>
Thu, 24 Feb 2022 09:59:21 +0000 (20:59 +1100)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 09:59:21 +0000 (20:59 +1100)
Co-authored-by: Steve Myers <github@notmandatory.org>
src/blockchain/any.rs
src/wallet/mod.rs

index 079524ae3ca2529804aa5814803aea2deafaa6fb..91f448b389acd63af8856e4a206b06d87672b053 100644 (file)
@@ -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
index d0f8634484fa4bc72f86af255edb501a3c8dfe9c..4006ccb299d962d6e05ab7c588539a1afcd80bf5 100644 (file)
@@ -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<Box<dyn Progress>>,
-    /// The maximum number of addresses sync on.
+    /// The maximum number of new addresses to derive and cache on sync.
     pub max_addresses: Option<u32>,
 }