Files
lightning/lightningd
Rusty Russell 1192f16733 lightningd: fix crash when htlc failed and source is onchain.
If the source channel is onchain, we try to send a message to onchaind
which (1) doesn't care, (2) doesn't take a channel_fail_htlc msg, and
(3) causes us to crash in subd.c:

	assert(!strstarts(sd->msgname(fromwire_peektype(msg_out)), "INVALID"));

Fixes: #821
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-20 22:58:48 +01:00
..
2017-10-20 18:31:32 +02:00
2018-02-01 03:12:43 +00:00
2018-02-20 03:24:23 +00:00
2018-02-20 03:24:23 +00:00
2018-02-20 12:58:13 +01:00
2018-02-08 22:49:34 +01:00
2017-12-21 09:56:20 +00:00
2018-02-20 03:24:23 +00:00
2018-02-16 13:08:29 +01:00
2018-02-16 13:08:29 +01:00
2018-02-20 13:05:51 +01:00