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

Method gotoVerifyMessageTab

src/qt/walletview.cpp:184–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void WalletView::gotoVerifyMessageTab(QString addr)
185{
186 // calls show() in showTab_VM()
187 SignVerifyMessageDialog *signVerifyMessageDialog = new SignVerifyMessageDialog(platformStyle, this);
188 signVerifyMessageDialog->setAttribute(Qt::WA_DeleteOnClose);
189 signVerifyMessageDialog->setModel(walletModel);
190 signVerifyMessageDialog->showTab_VM(true);
191
192 if (!addr.isEmpty())
193 signVerifyMessageDialog->setAddress_VM(addr);
194}
195
196bool WalletView::handlePaymentRequest(const SendCoinsRecipient& recipient)
197{

Callers

nothing calls this directly

Calls 3

showTab_VMMethod · 0.80
setAddress_VMMethod · 0.80
setModelMethod · 0.45

Tested by

no test coverage detected