]> Untitled Git - bdk/commitdiff
Missing newlines
authorAlekos Filini <alekos.filini@gmail.com>
Wed, 13 Jul 2022 09:13:05 +0000 (11:13 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Wed, 13 Jul 2022 09:13:05 +0000 (11:13 +0200)
src/wallet/signer.rs

index e93618da1080ec02e5f76a54fb2355a8093ca4ca..cb190bf93523341222405f2bd7861fc308021d96 100644 (file)
@@ -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.