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

Method setAmount

src/qt/sendcoinsentry.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void SendCoinsEntry::setAmount(const CAmount &amount)
235{
236 ui->payAmount->setValue(amount);
237}
238
239bool SendCoinsEntry::isClear()
240{

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected