2021-02-02 06:16:22 +01:00
|
|
|
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
|
|
|
|
------------
|
|
|
|
|
2021-05-26 07:50:01 +02:00
|
|
|
[comment]: # (GENERATE-FROM-SCHEMA-START)
|
2021-02-02 06:16:22 +01:00
|
|
|
On success, an empty object is returned.
|
2021-09-03 12:07:59 +02:00
|
|
|
|
2021-05-26 07:50:01 +02:00
|
|
|
[comment]: # (GENERATE-FROM-SCHEMA-END)
|
2021-02-02 06:16:22 +01:00
|
|
|
|
|
|
|
AUTHOR
|
|
|
|
------
|
|
|
|
|
|
|
|
Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible.
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
|
|
|
|
lightning-pay(7)
|
|
|
|
|
|
|
|
RESOURCES
|
|
|
|
---------
|
|
|
|
|
|
|
|
Main web site: <https://github.com/ElementsProject/lightning>
|
|
|
|
|
2022-09-08 03:08:00 +02:00
|
|
|
[comment]: # ( SHA256STAMP:326e5801f65998e13e909d8b682e9fbc9824f3a43aa7da1d76b871882e52f293)
|