Skip to content

Commit 3841aaf

Browse files
committed
Merge #11008: Enable disablesafemode by default.
f4c3d2c Enable disablesafemode by default. (Gregory Maxwell) Pull request description: 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. Tree-SHA512: f5409a3e81514c32db8eb27c7563ef85e25e56e5fc2a59eac2c30b10ec54087d982c1d3b702bedf9f3133c1f272f23805582a0f468350ba18d8b5a02bedd6401
2 parents 140de14 + f4c3d2c commit 3841aaf

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)