Skip to content

Commit ed0cc50

Browse files
committed
Merge #9036: wallet: Change default confirm target from 2 to 6
0fdf810 wallet: Change default confirm target from 2 to 6 (Wladimir J. van der Laan)
2 parents c9bdf9a + 0fdf810 commit ed0cc50

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
@@ -54,7 +54,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
5454
//! Default for -sendfreetransactions
5555
static const bool DEFAULT_SEND_FREE_TRANSACTIONS = false;
5656
//! -txconfirmtarget default
57-
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 2;
57+
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6;
5858
//! -walletrbf default
5959
static const bool DEFAULT_WALLET_RBF = false;
6060
//! Largest (in bytes) free transaction we're willing to create

0 commit comments

Comments
 (0)