mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-27 22:03:25 +02:00
GUI: Force descriptor wallets when BDB is not compiled
This commit is contained in:
@@ -56,7 +56,10 @@ CreateWalletDialog::CreateWalletDialog(QWidget* parent) :
|
||||
ui->descriptor_checkbox->setEnabled(false);
|
||||
ui->descriptor_checkbox->setChecked(false);
|
||||
#endif
|
||||
|
||||
#ifndef USE_BDB
|
||||
ui->descriptor_checkbox->setEnabled(false);
|
||||
ui->descriptor_checkbox->setChecked(true);
|
||||
#endif
|
||||
}
|
||||
|
||||
CreateWalletDialog::~CreateWalletDialog()
|
||||
|
Reference in New Issue
Block a user