MCPcopy Create free account
hub / github.com/ElementsProject/lightning / check_graceful_shutdown

Function check_graceful_shutdown

lightningd/peer_control.c:3193–3196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

peer_disconnectedFunction · 0.85
remove_htlc_inFunction · 0.85
remove_htlc_outFunction · 0.85

Calls 1

Tested by

no test coverage detected