mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
tests: change --override-fee-rate to --override-fee-rates and use in tests.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
7151c65535
commit
88af0f5bf8
@@ -238,6 +238,7 @@ class LightningD(TailableProc):
|
||||
'--bitcoin-datadir={}'.format(bitcoin_dir),
|
||||
'--lightning-dir={}'.format(lightning_dir),
|
||||
'--port={}'.format(port),
|
||||
'--override-fee-rates=15000/7500/1000',
|
||||
'--network=regtest'
|
||||
]
|
||||
if DEVELOPER:
|
||||
|
||||
Reference in New Issue
Block a user