forked from Public/monero-gui
Transfer: disable Send button if the payment id is invalid
This commit is contained in:
@@ -149,6 +149,11 @@ quint64 WalletManager::amountFromDouble(double amount) const
|
||||
return Bitmonero::Wallet::amountFromDouble(amount);
|
||||
}
|
||||
|
||||
bool WalletManager::paymentIdValid(const QString &payment_id) const
|
||||
{
|
||||
return Bitmonero::Wallet::paymentIdValid(payment_id.toStdString());
|
||||
}
|
||||
|
||||
void WalletManager::setLogLevel(int logLevel)
|
||||
{
|
||||
Bitmonero::WalletManagerFactory::setLogLevel(logLevel);
|
||||
|
||||
Reference in New Issue
Block a user