MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / updateDisplayUnit

Method updateDisplayUnit

src/qt/sendcoinsdialog.cpp:533–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533void SendCoinsDialog::updateDisplayUnit()
534{
535 setBalance(model->wallet().getBalances());
536 ui->customFee->setDisplayUnit(model->getOptionsModel()->getDisplayUnit());
537 updateMinFeeLabel();
538 updateSmartFeeLabel();
539}
540
541void SendCoinsDialog::processSendCoinsReturn(const WalletModel::SendCoinsReturn &sendCoinsReturn, const QString &msgArg)
542{

Callers

nothing calls this directly

Calls 4

getBalancesMethod · 0.80
getDisplayUnitMethod · 0.80
setDisplayUnitMethod · 0.45
getOptionsModelMethod · 0.45

Tested by

no test coverage detected