mirror of
https://github.com/m2049r/xmrwallet
synced 2025-03-29 19:19:12 +01:00
upgrade to v0.12.1.0 (#291)
This commit is contained in:
parent
cd986860c5
commit
22c5a543db
@ -556,7 +556,8 @@ struct Wallet
|
|||||||
}
|
}
|
||||||
static uint64_t maximumAllowedAmount();
|
static uint64_t maximumAllowedAmount();
|
||||||
// Easylogger wrapper
|
// 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 debug(const std::string &category, const std::string &str);
|
||||||
static void info(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);
|
static void warning(const std::string &category, const std::string &str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user