-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Description
In my opinion BOLT-0004 contradictsin the paragraph about onion messages.
Field numbers 64 and above are reserved for payloads for the final hop, though these are not explicitly refused by non-final hops (unless even, of course!).
But then a few lines down:
- if it is not the final node according to the onion encryption:
- if the onionmsg_tlv contains other tlv fields than encrypted_recipient_data:
- MUST ignore the message.
The way I read that, those two statements are in contradiction with each other: A non-final hop should ignore a message with any other field than encrypted_recipient_data
(which has type 4) which is the same as explicitly refusing any type other than 4, which would include type 64 and above.
Metadata
Metadata
Assignees
Labels
No labels