aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-02-05 20:12:01 +0100
committerJaquee <jaquee.monero@gmail.com>2017-02-05 20:12:01 +0100
commit7549116ec32bc05ff0729ba09a6ac67d3bee1913 (patch)
tree96d40ad534a028402f40db486d92e8893de014c3 /src/wallet/wallet2_api.h
parentMerge pull request #1655 (diff)
downloadmonero-7549116ec32bc05ff0729ba09a6ac67d3bee1913.tar.xz
Wallet API: Easylogger wrapper for gui
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h
index 883da7da2..daa3deeee 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -428,6 +428,8 @@ struct Wallet
static bool keyValid(const std::string &secret_key_string, const std::string &address_string, bool isViewKey, bool testnet, std::string &error);
static std::string paymentIdFromAddress(const std::string &str, bool testnet);
static uint64_t maximumAllowedAmount();
+ // Easylogger wrapper
+ static void debug(const std::string &str);
/**
* @brief StartRefresh - Start/resume refresh thread (refresh every 10 seconds)