diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-11 00:21:51 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-11 00:21:51 +0200 |
commit | 9781ecaa705f960aa4955ee61940a80950275f8c (patch) | |
tree | 267b3db51b0442f3c4f825fd5a7bf06d7a8c4f6a /src/wallet/wallet2_api.h | |
parent | Merge pull request #1682 (diff) | |
parent | Wallet API: Easylogger wrapper for gui (diff) | |
download | monero-9781ecaa705f960aa4955ee61940a80950275f8c.tar.xz |
Merge pull request #1685
7549116e Wallet API: Easylogger wrapper for gui (Jaquee)
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r-- | src/wallet/wallet2_api.h | 2 |
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) |