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

Function encoding_end

connectd/queries.c:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static bool encoding_end(const u8 *encoded, size_t max_bytes)
51{
52 if (tal_count(encoded) > dev_max_encoding_bytes)
53 return false;
54 return tal_count(encoded) <= max_bytes;
55}
56
57/* Convenience function to send warning to a peer */
58static void warning_to_peer(struct peer *peer, const char *fmt, ...)

Callers 1

send_reply_channel_rangeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected