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

Function handle_blockheight

tests/plugins/channeld_fakenet.c:983–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983static void handle_blockheight(struct info *info, const u8 *inmsg)
984{
985 if (!fromwire_channeld_blockheight(inmsg, &info->current_block_height))
986 master_badmsg(WIRE_CHANNELD_BLOCKHEIGHT, inmsg);
987}
988
989static void handle_funding_depth(struct info *info, const u8 *inmsg)
990{

Callers 1

recv_reqFunction · 0.70

Calls 1

master_badmsgFunction · 0.50

Tested by

no test coverage detected