Skip to content

Commit 950caf1

Browse files
authored
Merge pull request #13 from ghost-coin/fix/anon-blind-accept
2 parents d2fb61f + add4e64 commit 950caf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/validation.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ static const bool DEFAULT_BALANCESINDEX = false;
115115
static const unsigned int DEFAULT_DB_MAX_OPEN_FILES = 64; // set to 1000 for insight
116116
static const bool DEFAULT_DB_COMPRESSION = false; // set to true for insight
117117
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;
118+
static const bool DEFAULT_ACCEPT_ANON_TX = true;
119+
static const bool DEFAULT_ACCEPT_BLIND_TX = true;
120120
static const bool DEFAULT_ANON_RESTRICTED = true;
121121
static const bool DEFAULT_ANON_RESTRICTION_START_HEIGHT = 0;
122122
static const unsigned int DEFAULT_LAST_ANON_INDEX = 0;

0 commit comments

Comments
 (0)