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

Method updateDisplayUnit

src/qt/sendcoinsdialog.cpp:735–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735void SendCoinsDialog::updateDisplayUnit()
736{
737 setBalance(model->wallet().getBalances());
738 ui->customFee->setDisplayUnit(model->getOptionsModel()->getDisplayUnit());
739 updateSmartFeeLabel();
740}
741
742void SendCoinsDialog::processSendCoinsReturn(const WalletModel::SendCoinsReturn &sendCoinsReturn, const QString &msgArg)
743{

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected