Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ chainparams_get_ln_port
Function
chainparams_get_ln_port
bitcoin/chainparams.c:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
int chainparams_get_ln_port(const struct chainparams *params)
256
{
257
assert(params);
258
return params->ln_port;
259
}
Callers
4
json_connect
Function · 0.50
main
Function · 0.50
parse_wireaddr_internal
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected