Skip to content

Commit

Permalink
Enable mempoolfullrbf=1 for Regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson authored and vdovhanych committed Jul 15, 2024
1 parent 68a7355 commit 0d0a347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/bitcoin-regtest/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
cd /opt/coins/nodes/bitcoin_regtest

echo "Starting bitcoin regtest backend service"
bin/bitcoind -blockfilterindex -datadir=/opt/coins/data/bitcoin_regtest/backend -conf=/opt/coins/nodes/bitcoin_regtest/bitcoin_regtest.conf &
bin/bitcoind -blockfilterindex -mempoolfullrbf=1 -datadir=/opt/coins/data/bitcoin_regtest/backend -conf=/opt/coins/nodes/bitcoin_regtest/bitcoin_regtest.conf &

sleep 5

Expand Down

0 comments on commit 0d0a347

Please sign in to comment.