You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[arg(long = "enable_rbf", short = 'r', default_value_t = true)]
205
205
pubenable_rbf:bool,
206
206
207
-
/// Make a PSBT that can be signed by offline signers and hardware wallets. Forces the addition of `non_witness_utxo` and more details to let the signer identify the change output.
207
+
/// Make a PSBT that can be signed by offline signers and hardware wallets. Forces the addition of `PSBT_GLOBAL_XPUB` and more details to let the signer identify the change output.
208
208
#[arg(long = "offline_signer")]
209
209
puboffline_signer:bool,
210
210
@@ -773,7 +773,6 @@ impl AppCommand<AppContext<OfflineOperations<'_>>> for CombinePsbtCommand {
773
773
}
774
774
}
775
775
776
-
/**
777
776
#[cfg(feature = "bip322")]
778
777
#[derive(Debug,Parser,Clone,PartialEq)]
779
778
pubstructSignMessageCommand{
@@ -861,12 +860,11 @@ impl AppCommand<AppContext<OfflineOperations<'_>>> for VerifyMessageCommand {
0 commit comments