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

Function bolt12_has_invoice_prefix

common/bolt12.c:648–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648static bool bolt12_has_invoice_prefix(const char *str)
649{
650 return strstarts(str, "lni1") || strstarts(str, "LNI1");
651}
652
653static bool bolt12_has_request_prefix(const char *str)
654{

Callers 1

bolt12_has_prefixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected