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

Function encoding_add_timestamps

connectd/queries.c:44–48  ·  view source on GitHub ↗

Marshal a single channel_update_timestamps */

Source from the content-addressed store, hash-verified

42
43/* Marshal a single channel_update_timestamps */
44static void encoding_add_timestamps(u8 **encoded,
45 const struct channel_update_timestamps *ts)
46{
47 towire_channel_update_timestamps(encoded, ts);
48}
49
50static bool encoding_end(const u8 *encoded, size_t max_bytes)
51{

Callers 1

send_reply_channel_rangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected