Skip to content

Commit f4c3d2c

Browse files
committed
Enable disablesafemode by default.
Safemode is almost useless as is-- it only triggers in limited cases most of which aren't even concerning. There have been several proposals to remove it. But as a simpler, safer, and more flexible first case, simply deactivate it by default. Anyone who wants it can re-enable and know what they've signed up for.
1 parent 2507fd5 commit f4c3d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
bool fFeeEstimatesInitialized = false;
7070
static const bool DEFAULT_PROXYRANDOMIZE = true;
7171
static const bool DEFAULT_REST_ENABLE = false;
72-
static const bool DEFAULT_DISABLE_SAFEMODE = false;
72+
static const bool DEFAULT_DISABLE_SAFEMODE = true;
7373
static const bool DEFAULT_STOPAFTERBLOCKIMPORT = false;
7474

7575
std::unique_ptr<CConnman> g_connman;

0 commit comments

Comments
 (0)