mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-02 05:44:20 +01:00
We're going to make it a first-class citizen, and pending routing_channel are not real ones (in particular, we don't want to create pending nodes). We had a linked list called rstate->pending_cannouncement which we didn't actually use, so put that back for now and add a FIXME to use a faster data structure. We need to check that list now in handle_channel_update, but we never have a real routing_channel and a pending, unless the routing_channel isn't public. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>