mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
bc5dbb6a80
For performance reasons we start the lightningd instances in parallel. However, if we only assign the numeric ids (used for log-prefixes and home directories) when we are already running in parallel, we are not guaranteed to get the numeric ids matching the return value of `get_nodes` or `line_graph`. With this patch we now select numeric ids before parallelizing the start. Signed-off-by: Christian Decker <@cdecker> |
||
---|---|---|
.. | ||
data | ||
plugins | ||
benchmark.py | ||
btcproxy.py | ||
conftest.py | ||
fixtures.py | ||
requirements.txt | ||
test_closing.py | ||
test_connection.py | ||
test_db.py | ||
test_gossip.py | ||
test_invoices.py | ||
test_misc.py | ||
test_pay.py | ||
test_plugin.py | ||
utils.py |