Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
648
static bool bolt12_has_invoice_prefix(const char *str)
649
{
650
return strstarts(str,
"lni1"
) || strstarts(str,
"LNI1"
);
651
}
652
653
static bool bolt12_has_request_prefix(const char *str)
654
{
Callers
1
bolt12_has_prefix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected