gossip: remove short_channel_id from struct node_connection.

It's in the containing routing_channel.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-03-04 12:56:56 +10:30
committed by Christian Decker
parent 21b2f37dfb
commit 172af04247
5 changed files with 8 additions and 13 deletions

View File

@@ -31,10 +31,6 @@ struct node_connection {
/* Minimum number of msatoshi in an HTLC */
u32 htlc_minimum_msat;
/* The channel ID, as determined by the anchor transaction */
/* FIXME: Remove */
struct short_channel_id short_channel_id;
/* Flags as specified by the `channel_update`s, among other
* things indicated direction wrt the `channel_id` */
u16 flags;