mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request 'increase fake outs' (#337) from wowario/wownero:fake-outs into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/337
This commit is contained in:
commit
4d15c0aa13
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ using namespace epee;
|
|||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc"
|
||||
|
||||
#define MAX_RESTRICTED_FAKE_OUTS_COUNT 40
|
||||
#define MAX_RESTRICTED_GLOBAL_FAKE_OUTS_COUNT 5000
|
||||
#define MAX_RESTRICTED_FAKE_OUTS_COUNT 8478
|
||||
#define MAX_RESTRICTED_GLOBAL_FAKE_OUTS_COUNT 8478
|
||||
|
||||
#define OUTPUT_HISTOGRAM_RECENT_CUTOFF_RESTRICTION (3 * 86400) // 3 days max, the wallet requests 1.8 days
|
||||
|
||||
|
|
Loading…
Reference in a new issue