From 395034678f1d7c1b133863274fcd79b475fdb7af Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 24 Sep 2024 11:23:52 +0200 Subject: [PATCH] fix: docs --- src/wallet/builder.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/builder.rs b/src/wallet/builder.rs index 7f8bcbc..61fa37c 100644 --- a/src/wallet/builder.rs +++ b/src/wallet/builder.rs @@ -76,7 +76,7 @@ where pub fee_rate: FeeRate, /// Multisig configuration, if applicable pub multisig_config: Option, - /// Script pubkey of the inputs + /// Derivation path for the keypair pub derivation_path: Option, } @@ -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, }