MCPcopy Create free account
hub / github.com/ElementsProject/lightning / openchannel_init

Function openchannel_init

plugins/spender/openchannel.c:1125–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125void openchannel_init(struct command *init_cmd, const char *b, const jsmntok_t *t)
1126{
1127 /* Initialize our list! */
1128 list_head_init(&mfc_commands);
1129
1130 list_awaiting_channels(init_cmd);
1131}
1132
1133const struct plugin_notification openchannel_notifs[] = {
1134 {

Callers 1

spender_initFunction · 0.70

Calls 2

list_head_initFunction · 0.85
list_awaiting_channelsFunction · 0.85

Tested by

no test coverage detected