We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3a043 commit 0854ca7Copy full SHA for 0854ca7
src/wallet/wallet.h
@@ -93,7 +93,7 @@ static const Amount MIN_FINAL_CHANGE = MIN_CHANGE / 2;
93
//! Default for -spendzeroconfchange
94
static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
95
//! Default for -walletrejectlongchains
96
-static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS = false;
+static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS = true;
97
static const bool DEFAULT_WALLETBROADCAST = true;
98
static const bool DEFAULT_DISABLE_WALLET = false;
99
0 commit comments