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

Function handle_set_billboard

lightningd/subd.c:442–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

sd_msg_readFunction · 0.85

Calls 1

Tested by

no test coverage detected