Skip to content

Commit

Permalink
doc: update to BOLT cded2df1fd0095c947af02a52e28b16c66bdfc5c "Fix und…
Browse files Browse the repository at this point in the history
…eclared reference in onion-routing"

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Sep 20, 2023
1 parent 68a6084 commit b22202d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CCANDIR := ccan

# Where we keep the BOLT RFCs
BOLTDIR := ../bolts/
DEFAULT_BOLTVERSION := 7d3ef5a6b20eb84982ea2bfc029497082adf20d8
DEFAULT_BOLTVERSION := cded2df1fd0095c947af02a52e28b16c66bdfc5c
# Can be overridden on cmdline.
BOLTVERSION := $(DEFAULT_BOLTVERSION)

Expand Down
4 changes: 2 additions & 2 deletions common/onion_encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ u8 *onion_nonfinal_hop(const tal_t *ctx,

/* BOLT #4:
*
* The writer of `tlv_payload`:
* The writer of the TLV `payload`:
*...
* - For every node outside of a blinded route:
* - MUST include `amt_to_forward` and `outgoing_cltv_value`.
Expand Down Expand Up @@ -75,7 +75,7 @@ u8 *onion_final_hop(const tal_t *ctx,

/* BOLT #4:
*
* The writer of `tlv_payload`:
* The writer of the TLV `payload`:
*...
* - For every node outside of a blinded route:
* - MUST include `amt_to_forward` and `outgoing_cltv_value`.
Expand Down

0 comments on commit b22202d

Please sign in to comment.