Skip to content

Commit

Permalink
fixup! WIP: BOLT 7: Onion message support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell committed Mar 3, 2021
1 parent f9c6b14 commit 4677034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 04-onion-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,9 @@ The writer:
- MUST encrypt `enctlv` as detailed in (FIXME: reference to t-bast's blinded path section:
`ChaChaPoly-1305` encryption using an all-zero nonce).
- MUST set `enctlv` to a valid `encmsg_tlvs` containing exactly one of either
`next_node_id` or `next_short_channel_id`.
`next_node_id` or `next_short_channel_id`.
- otherwise:
- MUST not set `reply_path`.
- MUST NOT set `reply_path`.

The reader:
- if `enctlv` is present:
Expand Down

0 comments on commit 4677034

Please sign in to comment.