Skip to content

Commit

Permalink
fix typo in blinded_path definition.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Oct 7, 2020
1 parent 1bdb3d5 commit 19235c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 12-offer-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ The designated prefix for offers is `lno`.
1. subtype: `blinded_path`
2. data:
* [`point`:`blinding`]
* [`u16`:`num_hops`
* [`onionmsg_path`:`num_hops*path`]
* [`u16`:`num_hops`]
* [`num_hops*onionmsg_path`:`path`]

## Recurrence

Expand Down

0 comments on commit 19235c4

Please sign in to comment.