mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
pyln-testing: specify fallbackfee for newer versions of bitcoind
Changelog-None
This commit is contained in:
parent
af76bce0fa
commit
11acd902ff
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
from bitcoin.core import COIN
|
||||
from bitcoin.rpc import RawProxy as BitcoinProxy
|
||||
from pyln.client import RpcError
|
||||
from pyln.testing.btcproxy import BitcoinRpcProxy
|
||||
|
@ -25,6 +26,7 @@ BITCOIND_CONFIG = {
|
|||
"regtest": 1,
|
||||
"rpcuser": "rpcuser",
|
||||
"rpcpassword": "rpcpass",
|
||||
"fallbackfee": Decimal(1000) / COIN,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue