Skip to content

Commit 289cc65

Browse files
author
Lawrence Nahum
committed
enable full replacement for bitcoin core
1 parent 63276df commit 289cc65

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

contrib/bitcoin-mainnet-explorer.conf.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ enforcenodebloom=1
55
disablewallet=1
66
listenonion=1
77
listen=1
8+
mempoolfullrbf=1
89
blocknotify=pkill -USR1 electrs

contrib/bitcoin-regtest-explorer.conf.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ regtest=1
22
[regtest]
33
server=1
44
listen=1
5+
mempoolfullrbf=1
56
blocknotify=pkill -USR1 electrs
67
fallbackfee=0.00001

contrib/bitcoin-signet-explorer.conf.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ enforcenodebloom=1
66
disablewallet=1
77
listenonion=1
88
listen=1
9+
mempoolfullrbf=1
910
blocknotify=pkill -USR1 electrs

contrib/bitcoin-testnet-explorer.conf.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ enforcenodebloom=1
66
disablewallet=1
77
listenonion=1
88
listen=1
9+
mempoolfullrbf=1
910
blocknotify=pkill -USR1 electrs

0 commit comments

Comments
 (0)