Skip to content

Commit

Permalink
Change DEFAULT_WALLET_REJECT_LONG_CHAINS to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspock committed Aug 21, 2020
1 parent 5f3a043 commit 0854ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static const Amount MIN_FINAL_CHANGE = MIN_CHANGE / 2;
//! Default for -spendzeroconfchange
static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
//! Default for -walletrejectlongchains
static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS = false;
static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS = true;
static const bool DEFAULT_WALLETBROADCAST = true;
static const bool DEFAULT_DISABLE_WALLET = false;

Expand Down

0 comments on commit 0854ca7

Please sign in to comment.