MCPcopy 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
255int chainparams_get_ln_port(const struct chainparams *params)
256{
257 assert(params);
258 return params->ln_port;
259}

Callers 4

json_connectFunction · 0.50
mainFunction · 0.50
parse_wireaddr_internalFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected