Skip to content

Commit

Permalink
Revert "qt: Uncheck "Descriptor Wallet" checkbox by default"
Browse files Browse the repository at this point in the history
This reverts commit 918e34e.
  • Loading branch information
lateminer committed Nov 3, 2023
1 parent 57258f2 commit 76f02d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/createwalletdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ CreateWalletDialog::CreateWalletDialog(QWidget* parent) :
ui->blank_wallet_checkbox->setEnabled(true);

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

Expand Down

0 comments on commit 76f02d3

Please sign in to comment.