We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ed59d commit 2457dc4Copy full SHA for 2457dc4
src/wallet/wallet.h
@@ -45,7 +45,7 @@ static const CAmount nHighTransactionFeeWarning = 0.01 * COIN;
45
//! -maxtxfee default
46
static const CAmount DEFAULT_TRANSACTION_MAXFEE = 0.1 * COIN;
47
//! -txconfirmtarget default
48
-static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 1;
+static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 2;
49
//! -maxtxfee will warn if called with a higher fee than this amount (in satoshis)
50
static const CAmount nHighTransactionMaxFeeWarning = 100 * nHighTransactionFeeWarning;
51
//! Largest (in bytes) free transaction we're willing to create
0 commit comments