core-lightning/lightningd/channel
Christian Decker 25f1cba3cf routing: Ask gossipd to resolve channel_id and forward HTLCs
Since we now use the short_channel_id to identify the next hop we need
to resolve the channel_id to the pubkey of the next hop. This is done
by calling out to `gossipd` and stuffing the necessary information
into `htlc_end` and recovering it from there once we receive a reply.
2017-05-02 11:49:14 +02:00
..
channel_wire.csv routing: Ask gossipd to resolve channel_id and forward HTLCs 2017-05-02 11:49:14 +02:00
channel.c routing: Ask gossipd to resolve channel_id and forward HTLCs 2017-05-02 11:49:14 +02:00
Makefile channel: unwrap and send incoming HTLCs to master. 2017-04-01 23:59:46 +10:30