Skip to content

Commit

Permalink
Revert "Disallow creating of descriptor wallets in GUI"
Browse files Browse the repository at this point in the history
This reverts commit 7a664c3.
  • Loading branch information
lateminer committed Nov 3, 2023
1 parent 76f02d3 commit e913094
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qt/createwalletdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ CreateWalletDialog::CreateWalletDialog(QWidget* parent) :

ui->blank_wallet_checkbox->setChecked(false);
ui->blank_wallet_checkbox->setEnabled(true);

// Blackcoin ToDo: enable descriptor wallets
ui->descriptor_checkbox->setEnabled(false);
}

CreateWalletDialog::~CreateWalletDialog()
Expand Down

0 comments on commit e913094

Please sign in to comment.