mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-03 20:44:54 +01:00
8654c817da
Enable non-dev builds to send custom messages. Preserves 'dev-' for compat-enabled builds. Changelog-Changed: JSON-RPC: moved dev-sendcustommsg to sendcustommsg
12 lines
272 B
JSON
12 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"
|
|
}
|
|
}
|
|
}
|