Skip to content

Commit

Permalink
Wallet: Increase default confirmation target to 144
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Mar 1, 2018
1 parent c2704ec commit f2e441f
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 @@ -60,7 +60,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
//! Default for -walletrejectlongchains
static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS = false;
//! -txconfirmtarget default
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6;
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 144;
//! -walletrbf default
static const bool DEFAULT_WALLET_RBF = false;
static const bool DEFAULT_WALLETBROADCAST = true;
Expand Down

0 comments on commit f2e441f

Please sign in to comment.