Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
653
static bool bolt12_has_request_prefix(const char *str)
654
{
655
return strstarts(str,
"lnr1"
) || strstarts(str,
"LNR1"
);
656
}
657
658
bool bolt12_has_offer_prefix(const char *str)
659
{
Callers
1
bolt12_has_prefix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected