Browse Source
lightningd can crash on shutdown if it's in the middle of getchaintips; we free the conn, the finished callback is called (process_chaintips), and it reports that it received an empty result. The simplest fix is to set a flag in the struct bitcoind destructor, and avoid the callback. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>ppa-0.6.1
Rusty Russell
7 years ago
committed by
Christian Decker
3 changed files with 20 additions and 0 deletions
Loading…
Reference in new issue