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

Function handle_set_billboard

lightningd/subd.c:447–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447static bool handle_set_billboard(struct subd *sd, const u8 *msg)
448{
449 bool perm;
450 char *happenings;
451
452 if (!fromwire_status_peer_billboard(msg, msg, &perm, &happenings))
453 return false;
454
455 sd->billboardcb(sd->channel, perm, happenings);
456 return true;
457}
458
459static bool handle_version(struct subd *sd, const u8 *msg)
460{

Callers 1

sd_msg_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected