Missing newlines

This commit is contained in:
Alekos Filini 2022-07-13 11:13:05 +02:00
parent 556105780b
commit b5a120c649
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View 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.