gui: remove step to back up descriptor

This commit is contained in:
jp1ac4 2024-03-26 14:28:34 +00:00
parent 771bf16b58
commit 2099866a60
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

@ -155,7 +155,6 @@ impl Installer {
ParticipateXpub::new(self.signer.clone()).into(),
ImportDescriptor::new(false).into(),
BackupMnemonic::new(self.signer.clone()).into(),
BackupDescriptor::default().into(),
RegisterDescriptor::new_import_wallet().into(),
SelectBitcoindTypeStep::new().into(),
InternalBitcoindStep::new(&self.context.data_dir).into(),