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

Method changePassphrase

src/qt/walletview.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

acceptMethod · 0.45

Calls 2

setModelMethod · 0.45

Tested by

no test coverage detected