diff options
author | furszy <matiasfurszyfer@protonmail.com> | 2023-10-06 10:28:26 -0300 |
---|---|---|
committer | furszy <matiasfurszyfer@protonmail.com> | 2023-10-06 17:20:54 -0300 |
commit | b442580ed2a6173f0cfb86f265887d783dde3ff8 (patch) | |
tree | c25424deca0c267eda673b3101b2674118a777a0 /src/qt/createwalletdialog.h | |
parent | 634b68f0dc6b837f774f646188281757c055c78a (diff) |
gui: remove legacy wallet creation
Diffstat (limited to 'src/qt/createwalletdialog.h')
-rw-r--r-- | src/qt/createwalletdialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/createwalletdialog.h b/src/qt/createwalletdialog.h index 939b82ff78..24ee97385b 100644 --- a/src/qt/createwalletdialog.h +++ b/src/qt/createwalletdialog.h @@ -35,7 +35,6 @@ public: bool isEncryptWalletChecked() const; bool isDisablePrivateKeysChecked() const; bool isMakeBlankWalletChecked() const; - bool isDescriptorWalletChecked() const; bool isExternalSignerChecked() const; private: |