Skip to content

Commit a8b4eb7

Browse files
committed
Wallet: Increase default confirmation target to 144
1 parent d206f2b commit a8b4eb7

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
@@ -128,7 +128,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
128128
//! Default for -walletrejectlongchains
129129
static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS{true};
130130
//! -txconfirmtarget default
131-
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6;
131+
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 144;
132132
//! -walletrbf default
133133
static const bool DEFAULT_WALLET_RBF = true;
134134
static const bool DEFAULT_WALLETBROADCAST = true;

0 commit comments

Comments
 (0)