Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ set_node_id
Function
set_node_id
wire/test/run-peer-wire.c:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
static void set_node_id(struct node_id *id)
34
{
35
memset(id->k, 2, sizeof(id->k));
36
}
37
38
static void set_scid(struct short_channel_id *scid)
39
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected