doc: update to BOLT cded2df1fd0095c947af02a52e28b16c66bdfc5c "Fix undeclared reference in onion-routing"

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2023-09-12 13:53:19 +09:30
parent 68a6084bab
commit b22202dccd
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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`.
@ -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`.