mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
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:
parent
68a6084bab
commit
b22202dccd
2
Makefile
2
Makefile
@ -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)
|
||||
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user