Browse Source
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>htlc_accepted_hook
Christian Decker
6 years ago
committed by
Rusty Russell
1 changed files with 16 additions and 5 deletions
Loading…
Reference in new issue