From 82ae02b1656819f4bd5023b8955447e1d4ea8692 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Thu, 11 Jul 2019 18:21:21 -0400 Subject: Be able to create new wallets with DescriptorScriptPubKeyMans as backing --- src/qt/createwalletdialog.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qt/createwalletdialog.cpp') diff --git a/src/qt/createwalletdialog.cpp b/src/qt/createwalletdialog.cpp index 8e6474b0d4..5056e487fc 100644 --- a/src/qt/createwalletdialog.cpp +++ b/src/qt/createwalletdialog.cpp @@ -60,3 +60,8 @@ bool CreateWalletDialog::isMakeBlankWalletChecked() const { return ui->blank_wallet_checkbox->isChecked(); } + +bool CreateWalletDialog::isDescriptorWalletChecked() const +{ + return ui->descriptor_checkbox->isChecked(); +} -- cgit v1.2.3