Merge pull request #3867 from mempool/simon/enable-mempoolfullrbf

It's time (Enable fullrbf)
This commit is contained in:
wiz 2023-07-17 21:48:46 +09:00 committed by GitHub
commit 924782a4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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__