Browse Source
My node crashed as follows: lightningd: lightningd/peer_control.c:957: peer_connected: Assertion `!peer->uncommitted_channel' failed. In the logs I found: Running lightning_openingd: Cannot allocate memory Which reveals that we're not freeing uc in that path! Changelog-Fixed: Fix assertion on reconnect if we fail to run openingd. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>travis-debug
Rusty Russell
5 years ago
committed by
Christian Decker
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue