From 5aa61e8b4f790c9cbe3f98451bcbc058d527ca1d Mon Sep 17 00:00:00 2001 From: Neal Date: Wed, 2 Dec 2020 11:54:29 -0500 Subject: [PATCH] feat: enable RBF by default --- lib/blockchain/bitcoin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/blockchain/bitcoin.js b/lib/blockchain/bitcoin.js index 78c95ba1..e5b6b86c 100644 --- a/lib/blockchain/bitcoin.js +++ b/lib/blockchain/bitcoin.js @@ -25,5 +25,6 @@ connections=40 keypool=10000 prune=4000 daemon=0 -addresstype=p2sh-segwit` +addresstype=p2sh-segwit +walletrbf=1` }