aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-05-16 13:11:44 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-23 16:01:33 +0300
commit64348a2d11e47893edd283639e5615e4c90ecd4c (patch)
treef4a983fffdff721fb43796cfe28d4058aa9a1b65 /src/wallet/api
parentWalletListener::moneySpent(), WalletListener::moneyReceived() (diff)
downloadmonero-64348a2d11e47893edd283639e5615e4c90ecd4c.tar.xz
WalletListener::moneySpent test
Diffstat (limited to 'src/wallet/api')
-rw-r--r--src/wallet/api/wallet.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp
index 5819e42bc..440642291 100644
--- a/src/wallet/api/wallet.cpp
+++ b/src/wallet/api/wallet.cpp
@@ -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);