mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Changelog-Added: JSON-RPC: `listclosedchannels` to show old, dead channels we previously had with peers. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
13 lines
322 B
JSON
13 lines
322 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [],
|
|
"additionalProperties": false,
|
|
"added": "v23.05",
|
|
"properties": {
|
|
"id": {
|
|
"type": "pubkey",
|
|
"description": "If supplied, limits the channels to just the peer with the given ID, if it exists."
|
|
}
|
|
}
|
|
}
|