Skip to content

Commit 0854ca7

Browse files
committed
Change DEFAULT_WALLET_REJECT_LONG_CHAINS to true
1 parent 5f3a043 commit 0854ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static const Amount MIN_FINAL_CHANGE = MIN_CHANGE / 2;
9393
//! Default for -spendzeroconfchange
9494
static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
9595
//! Default for -walletrejectlongchains
96-
static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS = false;
96+
static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS = true;
9797
static const bool DEFAULT_WALLETBROADCAST = true;
9898
static const bool DEFAULT_DISABLE_WALLET = false;
9999

0 commit comments

Comments
 (0)