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

Function encoding_add_short_channel_id

gossipd/queries.c:41–45  ·  view source on GitHub ↗

Marshal a single short_channel_id */

Source from the content-addressed store, hash-verified

39
40/* Marshal a single short_channel_id */
41static void encoding_add_short_channel_id(u8 **encoded,
42 const struct short_channel_id *scid)
43{
44 towire_short_channel_id(encoded, scid);
45}
46
47/* Marshal a single channel_update_timestamps */
48static void encoding_add_timestamps(u8 **encoded,

Callers 3

query_short_channel_idsFunction · 0.85
send_reply_channel_rangeFunction · 0.85
get_scid_arrayFunction · 0.85

Calls 1

towire_short_channel_idFunction · 0.85

Tested by 1

get_scid_arrayFunction · 0.68