From a8b4eb70c0591e8b0ecfcc9c6ac8cb7de7c8cf06 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 1 Mar 2018 22:19:47 +0000 Subject: [PATCH] Wallet: Increase default confirmation target to 144 --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 9333493a6e..c196f84e26 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -128,7 +128,7 @@ static const bool DEFAULT_SPEND_ZEROCONF_CHANGE = true; //! Default for -walletrejectlongchains static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS{true}; //! -txconfirmtarget default -static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6; +static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 144; //! -walletrbf default static const bool DEFAULT_WALLET_RBF = true; static const bool DEFAULT_WALLETBROADCAST = true;