Browse Source
memdump iterates through the various daemons asking them to check for leaks. We currently call openingds (there might be none), channelds (there might be none), then hsmd synchronously (the other daemons). If hsmd reports a leak, we'll fail the dev-memleak command immediately. Change the order to call connectd first; that's always async, so we can happily mark the command still pending. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>plugin-7
Rusty Russell
6 years ago
1 changed files with 12 additions and 15 deletions
Loading…
Reference in new issue