gossip: Implemented the staggered broadcast

This commit is contained in:
Christian Decker
2016-12-14 18:59:08 +01:00
committed by Rusty Russell
parent fca9bf1a16
commit 611f4833c5
3 changed files with 88 additions and 3 deletions

View File

@@ -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;
}