mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
pytest: Start nodes with --rescan=1
This shaves off about 15% of our integration testing suite on my machine. It assumes we never reorg below the first block the node starts with, which is true for all tests, so it's safe. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
74fa107578
commit
ac9e5581c8
@ -23,6 +23,7 @@ LIGHTNINGD_CONFIG = {
|
||||
"cltv-delta": 6,
|
||||
"cltv-final": 5,
|
||||
"locktime-blocks": 5,
|
||||
"rescan": 1,
|
||||
}
|
||||
|
||||
DEVELOPER = os.getenv("DEVELOPER", "0") == "1"
|
||||
|
Loading…
Reference in New Issue
Block a user