aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2022-07-13 16:20:35 -0400
committerAndrew Chow <achow101-github@achow101.com>2022-07-13 16:20:35 -0400
commite3c33637bac7db8ae56ab497df10911fad773981 (patch)
tree4f6400096ff15571b10329774837603dd4dfca50 /src/wallet/wallet.h
parent31c6309cc60ae3fee2d3ecc2aff9576596fb98ac (diff)
downloadbitcoin-e3c33637bac7db8ae56ab497df10911fad773981.tar.xz
wallet: Enable -walletrbf by default
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index e2c3d76438..ac3e12b51c 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -99,7 +99,7 @@ static const bool DEFAULT_WALLET_REJECT_LONG_CHAINS{true};
//! -txconfirmtarget default
static const unsigned int DEFAULT_TX_CONFIRM_TARGET = 6;
//! -walletrbf default
-static const bool DEFAULT_WALLET_RBF = false;
+static const bool DEFAULT_WALLET_RBF = true;
static const bool DEFAULT_WALLETBROADCAST = true;
static const bool DEFAULT_DISABLE_WALLET = false;
static const bool DEFAULT_WALLETCROSSCHAIN = false;