mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Activate mempoolfullrbf on BTCPay deployments (#736)
This commit is contained in:
parent
c5fc2fc5ca
commit
56eb724094
@ -42,3 +42,5 @@ volumes:
|
|||||||
|
|
||||||
exclusive:
|
exclusive:
|
||||||
- bitcoin-node
|
- bitcoin-node
|
||||||
|
recommended:
|
||||||
|
- "opt-mempoolfullrbf"
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
version: "3"
|
||||||
|
# must not use opt-save-storage
|
||||||
|
|
||||||
|
services:
|
||||||
|
bitcoind:
|
||||||
|
environment:
|
||||||
|
BITCOIN_EXTRA_ARGS: |
|
||||||
|
mempoolfullrbf=1
|
Loading…
Reference in New Issue
Block a user