We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2fb61f + add4e64 commit 950caf1Copy full SHA for 950caf1
1 file changed
src/validation.h
@@ -115,8 +115,8 @@ static const bool DEFAULT_BALANCESINDEX = false;
115
static const unsigned int DEFAULT_DB_MAX_OPEN_FILES = 64; // set to 1000 for insight
116
static const bool DEFAULT_DB_COMPRESSION = false; // set to true for insight
117
static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100;
118
-static const bool DEFAULT_ACCEPT_ANON_TX = false;
119
-static const bool DEFAULT_ACCEPT_BLIND_TX = false;
+static const bool DEFAULT_ACCEPT_ANON_TX = true;
+static const bool DEFAULT_ACCEPT_BLIND_TX = true;
120
static const bool DEFAULT_ANON_RESTRICTED = true;
121
static const bool DEFAULT_ANON_RESTRICTION_START_HEIGHT = 0;
122
static const unsigned int DEFAULT_LAST_ANON_INDEX = 0;
0 commit comments