Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Sep 24, 2024
1 parent 72d6d3c commit 3950346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wallet/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ where
pub fee_rate: FeeRate,
/// Multisig configuration, if applicable
pub multisig_config: Option<MultisigConfig>,
/// Script pubkey of the inputs
/// Derivation path for the keypair
pub derivation_path: Option<DerivationPath>,
}

Expand All @@ -98,7 +98,7 @@ where
pub reveal_fee: Amount,
/// Script pubkey of the inputs
pub txin_script_pubkey: ScriptBuf,
/// Script pubkey of the inputs
/// Derivation path for the keypair
pub derivation_path: Option<DerivationPath>,
}

Expand Down

0 comments on commit 3950346

Please sign in to comment.