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

Method gotoSignMessageTab

src/qt/walletview.cpp:172–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void WalletView::gotoSignMessageTab(QString addr)
173{
174 // calls show() in showTab_SM()
175 SignVerifyMessageDialog *signVerifyMessageDialog = new SignVerifyMessageDialog(platformStyle, this);
176 signVerifyMessageDialog->setAttribute(Qt::WA_DeleteOnClose);
177 signVerifyMessageDialog->setModel(walletModel);
178 signVerifyMessageDialog->showTab_SM(true);
179
180 if (!addr.isEmpty())
181 signVerifyMessageDialog->setAddress_SM(addr);
182}
183
184void WalletView::gotoVerifyMessageTab(QString addr)
185{

Callers

nothing calls this directly

Calls 3

showTab_SMMethod · 0.80
setAddress_SMMethod · 0.80
setModelMethod · 0.45

Tested by

no test coverage detected