diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-21 11:28:58 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-21 11:28:58 +0200 |
commit | 50fadea8fa45f9f4baff72475b302c72c3cbb2b4 (patch) | |
tree | fb55439f30bca1e79ed9aa1ce00fa2eb5fd808d7 /src/wallet/wallet2_api.h | |
parent | Merge pull request #1728 (diff) | |
parent | wallet_api: fix logging init via api (diff) | |
download | monero-50fadea8fa45f9f4baff72475b302c72c3cbb2b4.tar.xz |
Merge pull request #1747
26bd7aac wallet_api: fix logging init via api (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r-- | src/wallet/wallet2_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h index daa3deeee..edead807f 100644 --- a/src/wallet/wallet2_api.h +++ b/src/wallet/wallet2_api.h @@ -429,6 +429,7 @@ struct Wallet static std::string paymentIdFromAddress(const std::string &str, bool testnet); static uint64_t maximumAllowedAmount(); // Easylogger wrapper + static void init(const char *argv0, const char *default_log_base_name); static void debug(const std::string &str); /** |