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