Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lightningd: don't abort if funding locks in during shutdown.
For me this happened only under valgrind with test_option_upfront_shutdown_script (in a pending branch): ==5063== by 0x51FC076: raise (raise.c:48) ==5063== by 0x51DD534: abort (abort.c:79) ==5063== by 0x1292D2: fatal (log.c:647) ==5063== by 0x116570: channel_set_state (channel.c:340) ==5063== by 0x116E04: lockin_complete (channel_control.c:73) ==5063== by 0x116F15: peer_got_funding_locked (channel_control.c:108) ==5063== by 0x117354: channel_msg (channel_control.c:208) No CHANGELOG: this was introduced in a recent refactor. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information