mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-04 04:54:47 +01:00
6e636a835f
1. listpeers has a deprecated `"closer": null`, which we need to handle in the schema, while trying not to damage our documentation too much. 2. Don't print a condition if there are no fields to print. 3. Allow a special "untyped" marker for multifundchannel which returns arbitrary JSON in a field. 4. Allow a single field return (for 'stop'). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
lightning-addgossip -- Command for injecting a gossip message (low-level)
|
|
===============================================================
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
**addgossip** *message*
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
The **addgossip** RPC command injects a hex-encoded gossip message into
|
|
the gossip daemon. It may return an error if it is malformed, or may
|
|
update its internal state using the gossip message.
|
|
|
|
Note that currently some paths will still silently reject the gossip: it
|
|
is best effort.
|
|
|
|
This is particularly used by plugins which may receive channel_update
|
|
messages within error replies.
|
|
|
|
RETURN VALUE
|
|
------------
|
|
|
|
[comment]: # (GENERATE-FROM-SCHEMA-START)
|
|
On success, an empty object is returned.
|
|
[comment]: # (GENERATE-FROM-SCHEMA-END)
|
|
|
|
AUTHOR
|
|
------
|
|
|
|
Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible.
|
|
|
|
SEE ALSO
|
|
--------
|
|
|
|
lightning-pay(7)
|
|
|
|
RESOURCES
|
|
---------
|
|
|
|
Main web site: <https://github.com/ElementsProject/lightning>
|
|
|
|
[comment]: # ( SHA256STAMP:f807f98a54c194fab710f8a3393e96685fdbd0efa5e178cca54507a70a7a5c20)
|