From 22c5a543db86fa580913499b7b01e092a206b493 Mon Sep 17 00:00:00 2001 From: m2049r Date: Fri, 25 May 2018 22:38:05 +0200 Subject: [PATCH] upgrade to v0.12.1.0 (#291) --- external-libs/monero/include/wallet2_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external-libs/monero/include/wallet2_api.h b/external-libs/monero/include/wallet2_api.h index 617b603..4fbc729 100644 --- a/external-libs/monero/include/wallet2_api.h +++ b/external-libs/monero/include/wallet2_api.h @@ -556,7 +556,8 @@ struct Wallet } static uint64_t maximumAllowedAmount(); // Easylogger wrapper - static void init(const char *argv0, const char *default_log_base_name); + static void init(const char *argv0, const char *default_log_base_name) { init(argv0, default_log_base_name, "", true); } + static void init(const char *argv0, const char *default_log_base_name, const std::string &log_path, bool console); static void debug(const std::string &category, const std::string &str); static void info(const std::string &category, const std::string &str); static void warning(const std::string &category, const std::string &str);