-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
onion: make enctlvs compulsory, hence blinding compulsory.
Review by Matt Corallo picked this up, and he's right: it's simpler and makes the sent onion message and reply less distinguishable. The onion_message message number is increased, so we can try to handle old and new at the same time (wish me luck!). Also add padding option while we're here, and remove scids for simplicity. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information
1 parent
1ede04a
commit b27e0a6
Showing
2 changed files
with
56 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters