| 315 | send_outreq(p->plugin, req); |
| 316 | } |
| 317 | void payment_start(struct payment *p) |
| 318 | { |
| 319 | payment_start_at_blockheight(p, INVALID_BLOCKHEIGHT); |
| 320 | } |
| 321 | |
| 322 | static void channel_hints_update(struct payment *p, |
| 323 | const struct short_channel_id scid, |
no test coverage detected