Skip to content

Commit 2457dc4

Browse files
morcoslaanwj
authored andcommitted
Change default nTxConfirmTarget to 2
1 parent 77ed59d commit 2457dc4

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
@@ -45,7 +45,7 @@ static const CAmount nHighTransactionFeeWarning = 0.01 * COIN;
4545
//! -maxtxfee default
4646
static const CAmount DEFAULT_TRANSACTION_MAXFEE = 0.1 * COIN;
4747
//! -txconfirmtarget default
48-
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 1;
48+
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 2;
4949
//! -maxtxfee will warn if called with a higher fee than this amount (in satoshis)
5050
static const CAmount nHighTransactionMaxFeeWarning = 100 * nHighTransactionFeeWarning;
5151
//! Largest (in bytes) free transaction we're willing to create

0 commit comments

Comments
 (0)