MCPcopy Create free account
hub / github.com/ElementsProject/lightning / apply_deferred_update

Function apply_deferred_update

gossipd/gossip_generation.c:648–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648static void apply_deferred_update(struct deferred_update *du)
649{
650 apply_update(du->daemon, du->chan, du->direction, take(du->update));
651 tal_free(du);
652}
653
654static void defer_update(struct daemon *daemon,
655 u32 delay,

Callers 2

local_enable_chanFunction · 0.85

Calls 2

apply_updateFunction · 0.85
tal_freeFunction · 0.85

Tested by

no test coverage detected