aboutsummaryrefslogtreecommitdiff
path: root/src/qt/createwalletdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [gui] create wallet: smarter checkbox togglingSjors Provoost2020-10-301-5/+22
|
* GUI: Create Wallet: Nicely disable descriptor wallet checkbox if sqlite ↵Luke Dashjr2020-10-201-0/+6
| | | | support not compiled in
* Be able to create new wallets with DescriptorScriptPubKeyMans as backingAndrew Chow2020-04-231-0/+5
|
* gui: rename encrypt(), blank(), and askPasshprase()Jon Atack2019-09-091-4/+5
| | | | as well as disablePrivateKeys() to be consistent in naming.
* Expose wallet creation to the GUI via WalletControllerAndrew Chow2019-09-051-1/+1
| | | | Co-authored-by: João Barbosa <[email protected]>
* Add CreateWalletDialog to create wallets from the GUIAndrew Chow2019-09-051-0/+61
Co-authored-by: João Barbosa <[email protected]>