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

Function encoding_add_short_channel_id

connectd/queries.c:37–41  ·  view source on GitHub ↗

Marshal a single short_channel_id */

Source from the content-addressed store, hash-verified

35
36/* Marshal a single short_channel_id */
37static void encoding_add_short_channel_id(u8 **encoded,
38 struct short_channel_id scid)
39{
40 towire_short_channel_id(encoded, scid);
41}
42
43/* Marshal a single channel_update_timestamps */
44static void encoding_add_timestamps(u8 **encoded,

Callers 1

send_reply_channel_rangeFunction · 0.70

Calls 1

towire_short_channel_idFunction · 0.85

Tested by

no test coverage detected