mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-28 01:24:42 +01:00
ba7d4a8f6b
We were including the entire list of prerequisites when generating a shastamp, which for schemas includes the `tools/fromschema.py` doc. This meant all of our shasums were updating anytime this tool file changed. Instead, we just include the first prerequisite. See: https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html#Automatic-Variables
1.1 KiB
1.1 KiB
lightning-sendonionmessage -- low-level command to send an onion message
SYNOPSIS
(WARNING: experimental-onion-messages only)
sendonionmessage first_id blinding hops
DESCRIPTION
The sendonionmessage RPC command can be used to send a message via the lightning network. These are currently used by offers to request and receive invoices.
hops is an array of json objects: id as a public key of the node, and tlv contains a hexidecimal TLV to include.
RETURN VALUE
On success, an empty object is returned.
AUTHOR
Rusty Russell <rusty@rustcorp.com.au> is mainly responsible.
SEE ALSO
lightning-fetchinvoice(7), lightning-offer(7).
RESOURCES
Main web site: https://github.com/ElementsProject/lightning