mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 23:06:44 +01:00
Enable non-dev builds to send custom messages. Preserves 'dev-' for compat-enabled builds. Changelog-Changed: JSON-RPC: moved dev-sendcustommsg to sendcustommsg
11 lines
272 B
JSON
11 lines
272 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [ "status" ],
|
|
"properties": {
|
|
"status": {
|
|
"type": "string",
|
|
"description": "Information about where message was queued"
|
|
}
|
|
}
|
|
}
|