Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
void SendCoinsEntry::setAddress(const QString &address)
188
{
189
ui->payTo->setText(address);
190
ui->payAmount->setFocus();
191
}
192
193
void SendCoinsEntry::setAmount(const CAmount &amount)
194
{
Callers
2
gotoSendCoinsPage
Method · 0.45
editLabel
Method · 0.45
Calls
2
setText
Method · 0.80
setFocus
Method · 0.80
Tested by
no test coverage detected