Skip to content

Commit 19235c4

Browse files
committed
fix typo in blinded_path definition.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 1bdb3d5 commit 19235c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

12-offer-encoding.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ The designated prefix for offers is `lno`.
229229
1. subtype: `blinded_path`
230230
2. data:
231231
* [`point`:`blinding`]
232-
* [`u16`:`num_hops`
233-
* [`onionmsg_path`:`num_hops*path`]
232+
* [`u16`:`num_hops`]
233+
* [`num_hops*onionmsg_path`:`path`]
234234

235235
## Recurrence
236236

0 commit comments

Comments
 (0)