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

Method gotoSendCoinsPage

src/qt/walletview.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void WalletView::gotoSendCoinsPage(QString addr)
165{
166 setCurrentWidget(sendCoinsPage);
167
168 if (!addr.isEmpty())
169 sendCoinsPage->setAddress(addr);
170}
171
172void WalletView::gotoSignMessageTab(QString addr)
173{

Callers

nothing calls this directly

Calls 1

setAddressMethod · 0.45

Tested by

no test coverage detected