rgb-cln/channeld
Rusty Russell 75a93ec32f lightningd: EXPERIMENTAL_FEATURES: fix crash caused by test_sendonionmessage
Commit b0c9059602 broke the case where
next_node_id is NULL:

[libsecp256k1] illegal argument: pubkey != NULL
lightning_channeld: FATAL SIGNAL 6 (version 13d9c27)
0x55b4cd261b64 send_backtrace
	common/daemon.c:39
0x55b4cd261c0e crashdump
	common/daemon.c:52
0x7fc60307746f ???
	???:0
0x7fc6030773eb ???
	???:0
0x7fc603056898 ???
	???:0
0x55b4cd2c7cee ???
	???:0
0x55b4cd2d74d4 ???
	???:0
0x55b4cd26ac62 node_id_from_pubkey
	common/node_id.c:12
0x55b4cd24e194 handle_onion_message
	channeld/channeld.c:1890
0x55b4cd24e697 peer_in
	channeld/channeld.c:2001
0x55b4cd2521f4 main
	channeld/channeld.c:3419
0x7fc6030581e2 ???
	???:0
0x55b4cd24881d ???
	???:0
0xffffffffffffffff ???
	???:0

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-14 12:55:42 +02:00
..
test txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
Makefile watchtower: Add function to create penalty transactions 2020-05-07 15:05:39 +09:30
channel_wire.csv watchtower: Call the commitment_revoked hook every time we update 2020-05-07 15:05:39 +09:30
channeld.c lightningd: EXPERIMENTAL_FEATURES: fix crash caused by test_sendonionmessage 2020-05-14 12:55:42 +02:00
channeld_htlc.h channeld: support HTLCs with blinding (EXPERIMENTAL_FEATURES) 2020-04-14 12:51:18 +09:30
commit_tx.c txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
commit_tx.h txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
full_channel.c txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
full_channel.h txs: Move commit tx generation out of the signature computation 2020-05-07 15:05:39 +09:30
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
watchtower.c channeld: pass in HSM_FD as an argument to watchtower code. 2020-05-07 11:35:31 +02:00
watchtower.h channeld: pass in HSM_FD as an argument to watchtower code. 2020-05-07 11:35:31 +02:00