MCPcopy Create free account
hub / github.com/ElementsProject/elements / isEncryptWalletChecked

Method isEncryptWalletChecked

src/qt/createwalletdialog.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool CreateWalletDialog::isEncryptWalletChecked() const
143{
144 return ui->encrypt_wallet_checkbox->isChecked();
145}
146
147bool CreateWalletDialog::isDisablePrivateKeysChecked() const
148{

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected