diff --git a/Makefile b/Makefile index 0d7c608e8af9..bdeec3123b5e 100644 --- a/Makefile +++ b/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) diff --git a/common/onion_encode.c b/common/onion_encode.c index 8a9f0eb5ba43..e300c0f02a5b 100644 --- a/common/onion_encode.c +++ b/common/onion_encode.c @@ -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`.