A request, but we don't care about result. Submit with send_payment_req */
| 315 | |
| 316 | /* A request, but we don't care about result. Submit with send_payment_req */ |
| 317 | static struct out_req *payment_ignored_req(struct command *aux_cmd, |
| 318 | struct attempt *attempt, |
| 319 | const char *method) |
| 320 | { |
| 321 | return jsonrpc_request_start(aux_cmd, method, |
| 322 | ignore_result, ignore_result_error, attempt); |
| 323 | } |
| 324 | |
| 325 | static struct command_result *cleanup_finished(struct command *aux_cmd, |
| 326 | const char *method, |
no outgoing calls
no test coverage detected