mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
WalletListener::moneySpent test
This commit is contained in:
@@ -50,6 +50,12 @@ namespace {
|
||||
struct Wallet2CallbackImpl : public tools::i_wallet2_callback
|
||||
{
|
||||
|
||||
Wallet2CallbackImpl()
|
||||
: m_listener(nullptr)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
~Wallet2CallbackImpl()
|
||||
{
|
||||
|
||||
@@ -109,6 +115,8 @@ struct Wallet2CallbackImpl : public tools::i_wallet2_callback
|
||||
|
||||
Wallet::~Wallet() {}
|
||||
|
||||
WalletListener::~WalletListener() {}
|
||||
|
||||
string Wallet::displayAmount(uint64_t amount)
|
||||
{
|
||||
return cryptonote::print_money(amount);
|
||||
|
||||
Reference in New Issue
Block a user