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

Function bolt12_has_request_prefix

common/bolt12.c:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653static bool bolt12_has_request_prefix(const char *str)
654{
655 return strstarts(str, "lnr1") || strstarts(str, "LNR1");
656}
657
658bool bolt12_has_offer_prefix(const char *str)
659{

Callers 1

bolt12_has_prefixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected