apply doc suggestions from @notmandatory
Co-authored-by: Steve Myers <github@notmandatory.org>
This commit is contained in:
parent
035307ef54
commit
fbb50ad1c8
@ -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
|
||||
|
@ -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>,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user