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.
2 parents c9bdf9a + 0fdf810 commit ed0cc50Copy full SHA for ed0cc50
src/wallet/wallet.h
@@ -54,7 +54,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
54
//! Default for -sendfreetransactions
55
static const bool DEFAULT_SEND_FREE_TRANSACTIONS = false;
56
//! -txconfirmtarget default
57
-static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 2;
+static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6;
58
//! -walletrbf default
59
static const bool DEFAULT_WALLET_RBF = false;
60
//! Largest (in bytes) free transaction we're willing to create
0 commit comments