diff --git a/src/wallet/signer.rs b/src/wallet/signer.rs index e93618da..cb190bf9 100644 --- a/src/wallet/signer.rs +++ b/src/wallet/signer.rs @@ -667,10 +667,12 @@ pub struct SignOptions { /// /// Defaults to `false` which will only allow signing using `SIGHASH_ALL`. pub allow_all_sighashes: bool, + /// Whether to remove partial_sigs from psbt inputs while finalizing psbt. /// /// Defaults to `true` which will remove partial_sigs after finalizing. pub remove_partial_sigs: bool, + /// Whether to try finalizing psbt input after the inputs are signed. /// /// Defaults to `true` which will try fianlizing psbt after inputs are signed.