mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 09:10:07 +01:00
These use onion encoding for simple one-way messaging: there are no error returns. However, every onion uses route blinding *even if it doesn't need to*. You can prove what path was used to reach you by including `path_id` in the encrypted_data_tlv. Note that this doesn't actually define the payload we're transporting: that's explictly defined to be payloads in the 64-255 range. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
blinded-onion-message-onion-test.json | ||
blinded-payment-onion-test.json | ||
onion-error-test.json | ||
onion-test.json | ||
route-blinding-test.json |