| 3191 | } |
| 3192 | |
| 3193 | void check_graceful_shutdown(struct lightningd *ld) |
| 3194 | { |
| 3195 | check_graceful_shutdown_progress(ld, NULL); |
| 3196 | } |
| 3197 | |
| 3198 | static struct command_result *json_graceful(struct command *cmd, |
| 3199 | const char *buffer, |
no test coverage detected