| 232 | } |
| 233 | |
| 234 | void WalletView::changePassphrase() |
| 235 | { |
| 236 | auto dlg = new AskPassphraseDialog(AskPassphraseDialog::ChangePass, this); |
| 237 | dlg->setModel(walletModel); |
| 238 | GUIUtil::ShowModalDialogAsynchronously(dlg); |
| 239 | } |
| 240 | |
| 241 | void WalletView::unlockWallet() |
| 242 | { |
no test coverage detected