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

Function new_open_info

plugins/funder.c:283–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281};
282
283static struct open_info *new_open_info(const tal_t *ctx)
284{
285 struct open_info *info = tal(ctx, struct open_info);
286
287 info->requested_lease = AMOUNT_SAT(0);
288 info->lease_blockheight = 0;
289 info->node_blockheight = 0;
290
291 return info;
292}
293
294static struct command_result *
295psbt_funded(struct command *cmd,

Callers 1

json_rbf_channel_callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected