Transfer: improve warning flow

This commit is contained in:
thotbot
2019-12-19 00:16:00 +00:00
parent 46227bdad0
commit a83adb70ad
6 changed files with 45 additions and 30 deletions

View File

@@ -260,7 +260,7 @@ quint64 WalletManager::maximumAllowedAmount() const
return Monero::Wallet::maximumAllowedAmount();
}
QString WalletManager::maximumAllowedAmountAsSting() const
QString WalletManager::maximumAllowedAmountAsString() const
{
return WalletManager::displayAmount(WalletManager::maximumAllowedAmount());
}