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:658–661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
bool bolt12_has_offer_prefix(const char *str)
659
{
660
return strstarts(str,
"lno1"
) || strstarts(str,
"LNO1"
);
661
}
662
663
bool bolt12_has_prefix(const char *str)
664
{
Callers
2
bolt12_has_prefix
Function · 0.85
json_xpay_params
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected