diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-18 20:44:23 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-18 20:44:23 +0000 |
commit | 26bd7aac033792a280d115a841757fb215c66fcc (patch) | |
tree | 8d9581b5ecdb00117b285c07675b4b7d02921538 /src/wallet/wallet2_api.h | |
parent | Merge pull request #1719 (diff) | |
download | monero-26bd7aac033792a280d115a841757fb215c66fcc.tar.xz |
wallet_api: fix logging init via api
Diffstat (limited to '')
-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); /** |