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.
|
|
|
|
|
2022-11-11 02:44:56 +01:00
|
|
|
This is particularly used by plugins which may receive channel\_update
|
2021-02-02 06:16:22 +01:00
|
|
|
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>
|
|
|
|
|
2023-01-30 07:24:16 +01:00
|
|
|
[comment]: # ( SHA256STAMP:41d0ca6a956520453538c8ad5c5afce681540f4ce26017570cdc2356c3aab599)
|