Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ bolt12_has_offer_prefix
Function
bolt12_has_offer_prefix
common/bolt12.c:432–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
430
}
431
432
static bool bolt12_has_offer_prefix(const char *str)
433
{
434
return strstarts(str,
"lno1"
) || strstarts(str,
"LNO1"
);
435
}
436
437
bool bolt12_has_prefix(const char *str)
438
{
Callers
1
bolt12_has_prefix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected