Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
04-onion-routing: strict validation of scid for blinded payments (#1147)
This commit updates bolt04 to more strictly enforce that encrypted_data that is part of a blinded payment only has short_channel_id set. On the reader side, we disallow setting of both short_channel_id and next_node_id (which is intended for use in the context of onion messages), and on the writer side we specify that next_node_id should not be included by recipients.
- Loading branch information