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

Function billboard_update

openingd/dualopend.c:384–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384static void billboard_update(struct state *state)
385{
386 const char *update = billboard_message(tmpctx, state->channel_ready,
387 NULL,
388 state->shutdown_sent,
389 0, /* Always zero? */
390 0);
391 peer_billboard(false, update);
392}
393
394static void send_shutdown(struct state *state, const u8 *final_scriptpubkey)
395{

Callers 4

handle_peer_shutdownFunction · 0.70
handle_our_shutdownFunction · 0.70
handle_channel_readyFunction · 0.70
send_channel_readyFunction · 0.70

Calls 2

billboard_messageFunction · 0.85
peer_billboardFunction · 0.50

Tested by

no test coverage detected