Merge pull request #2856

009eed17 rpc: increase the max number of outs one can request (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-12-16 23:15:43 +02:00
commit ce951ef560
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ using namespace epee;
#define MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc" #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 5000
namespace namespace
{ {