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

Function check_lost_peer

plugins/recover.c:223–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223static struct command_result *check_lost_peer(struct command *cmd)
224{
225 struct out_req *req;
226 req = jsonrpc_request_start(cmd, "listpeerchannels",
227 after_listpeerchannels,
228 &forward_error, NULL);
229
230 return send_outreq(req);
231}
232
233static struct command_result *do_check_lost_peer(struct command *cmd, void *unused)
234{

Callers 1

do_check_lost_peerFunction · 0.85

Calls 1

send_outreqFunction · 0.70

Tested by

no test coverage detected