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

Function print_invalid_offer

common/test/run-bolt12-encode-test.c:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static void print_invalid_offer(const struct tlv_offer *offer, const char *why)
144{
145 printf(",{\"description\": \"%s\", \"valid\": false, \"bolt12\": \"%s\"}",
146 why, offer_encode(tmpctx, offer));
147}
148
149int main(int argc, char *argv[])
150{

Callers 1

mainFunction · 0.85

Calls 1

offer_encodeFunction · 0.85

Tested by

no test coverage detected