mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-29 10:04:41 +01:00
6d1897b796
They render the comment as if it's in the list. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
46 lines
1.0 KiB
Markdown
46 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:86b47e27413141ffd6e8b79d83ac4a5cc80e5a7e6f5ba4b0df6825e744f9eea7)
|