| 57 | |
| 58 | |
| 59 | static void put_gossmap(struct payment *payment) |
| 60 | { |
| 61 | assert(got_gossmap); |
| 62 | got_gossmap = false; |
| 63 | gossmap_remove_localmods(global_gossmap, payment->mods); |
| 64 | } |
| 65 | |
| 66 | int libplugin_pay_poll(struct pollfd *fds, nfds_t nfds, int timeout) |
| 67 | { |
no test coverage detected