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

Function bolt12_has_invoice_prefix

common/bolt12.c:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422static bool bolt12_has_invoice_prefix(const char *str)
423{
424 return strstarts(str, "lni1") || strstarts(str, "LNI1");
425}
426
427static bool bolt12_has_request_prefix(const char *str)
428{

Callers 1

bolt12_has_prefixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected