| 382 | } |
| 383 | |
| 384 | static void billboard_update(struct state *state) |
| 385 | { |
| 386 | const char *update = billboard_message(tmpctx, state->channel_ready, |
| 387 | NULL, |
| 388 | state->shutdown_sent, |
| 389 | 0, /* Always zero? */ |
| 390 | 0); |
| 391 | peer_billboard(false, update); |
| 392 | } |
| 393 | |
| 394 | static void send_shutdown(struct state *state, const u8 *final_scriptpubkey) |
| 395 | { |
no test coverage detected