Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ set_scid
Function
set_scid
wire/test/run-peer-wire.c:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
static void set_scid(struct short_channel_id *scid)
39
{
40
memset(scid, 2, sizeof(struct short_channel_id));
41
}
42
43
/* Size up to field. */
44
#define upto_field(p, field) \
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected