qa: adapt bitcoind config to support 28.0

Got broken by bca346a970
This commit is contained in:
Antoine Poinsot 2024-09-05 14:31:01 +02:00
parent 5ee71d9df1
commit ba553e9ddb
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -61,7 +61,7 @@ class Bitcoind(TailableProc):
"-debugexclude=tor",
]
bitcoind_conf = {
"port": self.p2pport,
"bind": f"127.0.0.1:{self.p2pport}",
"rpcport": rpcport,
"fallbackfee": Decimal(1000) / COIN,
"rpcthreads": 32,