mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-12 10:30:29 +01:00
If there's only a single underscore, lowdown ignores it, but if there are multiple (see min_final_cltv_expiry) it decides we're trying to highlight part of the word. Reported-by: @wtogami Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1,006 B
1,006 B
lightning-stop -- Command to shutdown the Core Lightning node.
SYNOPSIS
stop
DESCRIPTION
The stop is a RPC command to shut off the Core Lightning node.
EXAMPLE JSON REQUEST
{
"id": 82,
"method": "stop",
"params": {}
}
RETURN VALUE
On success, returns a single element (string) (always "Shutdown complete") comment: # (GENERATE-FROM-SCHEMA-END)
Once it has returned, the daemon has cleaned up completely, and if desired may be restarted immediately.
AUTHOR
Vincenzo Palazzo <vincenzo.palazzo@protonmail.com> wrote the initial version of this man page, but many others did the hard work of actually implementing this rpc command.
RESOURCES
Main web site: https://github.com/ElementsProject/lightning comment: # ( SHA256STAMP:cd6076ec79da278cca6f68be0560d71dc1b46651c3db48d81aafe1d19da0ff96)