mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 07:14:36 +01:00
1. If the tool changes, you need to regenerate since the output may change. 2. This didn't just filter that out, ignored all but the first dependency, which made bisecting the bookkeeper plugin a nightmare: it didn't regenerate the .po file, causing random crashes. If we want this, try $(filter-out tools/fromschema.py) instead. But I don't think we want that. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
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