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

Method setAddress_SM

src/qt/signverifymessagedialog.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void SignVerifyMessageDialog::setAddress_SM(const QString &address)
65{
66 ui->addressIn_SM->setText(address);
67 ui->messageIn_SM->setFocus();
68}
69
70void SignVerifyMessageDialog::setAddress_VM(const QString &address)
71{

Callers 1

gotoSignMessageTabMethod · 0.80

Calls 2

setTextMethod · 0.80
setFocusMethod · 0.80

Tested by

no test coverage detected