We might be off a delay timer. Now ask gossipd about public addresses. */
| 272 | |
| 273 | /* We might be off a delay timer. Now ask gossipd about public addresses. */ |
| 274 | static void do_connect(struct delayed_reconnect *d) |
| 275 | { |
| 276 | u8 *msg = towire_gossipd_get_addrs(NULL, &d->id); |
| 277 | |
| 278 | subd_req(d, d->ld->gossip, take(msg), -1, 0, gossipd_got_addrs, d); |
| 279 | } |
| 280 | |
| 281 | static void try_connect(const tal_t *ctx, |
| 282 | struct lightningd *ld, |