mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 21:42:32 +02:00
Wallet: Increase default confirmation target to 144
This commit is contained in:
parent
d206f2b726
commit
a8b4eb70c0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user