mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
gossip: Use replace_broadcast when enqueuing a channel_announcement
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
01b7e2a7c0
commit
26b5588656
@@ -94,6 +94,8 @@ struct routing_channel {
|
||||
|
||||
struct node_connection *connections[2];
|
||||
struct node *nodes[2];
|
||||
|
||||
u64 msg_indexes[3];
|
||||
};
|
||||
|
||||
struct routing_state {
|
||||
|
||||
Reference in New Issue
Block a user