| 221 | } |
| 222 | |
| 223 | static 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 | |
| 233 | static struct command_result *do_check_lost_peer(struct command *cmd, void *unused) |
| 234 | { |
no test coverage detected