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

Function encoding_add_timestamps

gossipd/queries.c:48–52  ·  view source on GitHub ↗

Marshal a single channel_update_timestamps */

Source from the content-addressed store, hash-verified

46
47/* Marshal a single channel_update_timestamps */
48static void encoding_add_timestamps(u8 **encoded,
49 const struct channel_update_timestamps *ts)
50{
51 towire_channel_update_timestamps(encoded, ts);
52}
53
54/* Marshal a single query flag (we don't query, so not currently used) */
55static void encoding_add_query_flag(u8 **encoded, bigsize_t flag)

Callers 2

send_reply_channel_rangeFunction · 0.85
test_reply_channel_rangeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_reply_channel_rangeFunction · 0.68