mirror of
https://github.com/monero-project/monero.git
synced 2025-10-12 23:50:41 -04:00
Wallet API: Easylogger wrapper for gui
This commit is contained in:
parent
3473af00ad
commit
7549116ec3
2 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
|||
using namespace std;
|
||||
using namespace cryptonote;
|
||||
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "WalletAPI"
|
||||
|
||||
namespace Monero {
|
||||
|
||||
namespace {
|
||||
|
@ -255,6 +258,9 @@ uint64_t Wallet::maximumAllowedAmount()
|
|||
return std::numeric_limits<uint64_t>::max();
|
||||
}
|
||||
|
||||
void Wallet::debug(const std::string &str) {
|
||||
MDEBUG(str);
|
||||
}
|
||||
|
||||
///////////////////////// WalletImpl implementation ////////////////////////
|
||||
WalletImpl::WalletImpl(bool testnet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue