core-lightning/lightningd/gossip
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
..
gossip_wire.csv routing: Ask gossipd to resolve channel_id and forward HTLCs 2017-05-02 11:49:14 +02:00
gossip.c routing: Ask gossipd to resolve channel_id and forward HTLCs 2017-05-02 11:49:14 +02:00
Makefile lightningd: fix shachain to be 48-bits, with hack for legacy. 2017-04-01 23:59:46 +10:30