mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
rpc: add a default category for daemon rpc
This commit is contained in:
parent
f113b92b93
commit
b49c6ab45d
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ using namespace epee;
|
||||||
#include "rpc/rpc_args.h"
|
#include "rpc/rpc_args.h"
|
||||||
#include "core_rpc_server_error_codes.h"
|
#include "core_rpc_server_error_codes.h"
|
||||||
|
|
||||||
|
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||||
|
#define MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc"
|
||||||
|
|
||||||
#define MAX_RESTRICTED_FAKE_OUTS_COUNT 40
|
#define MAX_RESTRICTED_FAKE_OUTS_COUNT 40
|
||||||
#define MAX_RESTRICTED_GLOBAL_FAKE_OUTS_COUNT 500
|
#define MAX_RESTRICTED_GLOBAL_FAKE_OUTS_COUNT 500
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue