forked from Public/monero-gui
Qt wrappers for libwallet API classes
This commit is contained in:
@@ -87,6 +87,11 @@ QString WalletManager::walletLanguage(const QString &locale)
|
||||
return "English";
|
||||
}
|
||||
|
||||
QString WalletManager::displayAmount(quint64 amount)
|
||||
{
|
||||
return QString::fromStdString(Bitmonero::Wallet::displayAmount(amount));
|
||||
}
|
||||
|
||||
|
||||
WalletManager::WalletManager(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user