Skip to content

Commit

Permalink
doc(params): fix docs for CreateParams::new
Browse files Browse the repository at this point in the history
  • Loading branch information
ValuedMammal committed Aug 5, 2024
1 parent bf35d00 commit 858aafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wallet/src/wallet/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct CreateParams {
}

impl CreateParams {
/// Construct parameters with provided `descriptor` and `change_descriptor`.
/// Construct parameters with provided `descriptor`.
///
/// Default values: `change_descriptor` = `None`, `network` = [`Network::Bitcoin`],
/// `genesis_hash` = `None`, `lookahead` = [`DEFAULT_LOOKAHEAD`]
Expand Down

0 comments on commit 858aafc

Please sign in to comment.