From b22202dccd5183ce5aee1fbcd61d31b9bc60817c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 12 Sep 2023 13:53:19 +0930 Subject: [PATCH] doc: update to BOLT cded2df1fd0095c947af02a52e28b16c66bdfc5c "Fix undeclared reference in onion-routing" Signed-off-by: Rusty Russell --- Makefile | 2 +- common/onion_encode.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0d7c608e8..bdeec3123 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 8a9f0eb5b..e300c0f02 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`.