mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
gossip: Implemented the staggered broadcast
This commit is contained in:
committed by
Rusty Russell
parent
fca9bf1a16
commit
611f4833c5
@@ -371,6 +371,7 @@ static struct lightningd_state *lightningd_state(void)
|
||||
dstate->reexec = NULL;
|
||||
dstate->external_ip = NULL;
|
||||
dstate->announce = NULL;
|
||||
list_head_init(&dstate->broadcast_queue);
|
||||
return dstate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user