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 d206f2b commit a8b4eb7Copy full SHA for a8b4eb7
src/wallet/wallet.h
@@ -128,7 +128,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true;
128
//! Default for -walletrejectlongchains
129
static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS{true};
130
//! -txconfirmtarget default
131
-static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6;
+static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 144;
132
//! -walletrbf default
133
static const bool DEFAULT_WALLET_RBF = true;
134
static const bool DEFAULT_WALLETBROADCAST = true;
0 commit comments