MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / setAddress

Method setAddress

src/qt/sendcoinsentry.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void SendCoinsEntry::setAddress(const QString &address)
188{
189 ui->payTo->setText(address);
190 ui->payAmount->setFocus();
191}
192
193void SendCoinsEntry::setAmount(const CAmount &amount)
194{

Callers 2

gotoSendCoinsPageMethod · 0.45
editLabelMethod · 0.45

Calls 2

setTextMethod · 0.80
setFocusMethod · 0.80

Tested by

no test coverage detected