Enable fullrbf

This commit is contained in:
softsimon 2023-05-20 18:00:22 -04:00
parent 64d6bda728
commit e88e56421b
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ par=16
dbcache=8192
maxmempool=4096
mempoolexpiry=999999
mempoolfullrbf=1
maxconnections=42
onion=127.0.0.1:9050
rpcallowip=127.0.0.1

View File

@ -4,6 +4,7 @@ txindex=0
listen=1
daemon=1
prune=1337
mempoolfullrbf=1
rpcallowip=127.0.0.1
rpcuser=__BITCOIN_RPC_USER__
rpcpassword=__BITCOIN_RPC_PASS__