From bca814e270dcbee2fea51c0a26ca99efef261f2b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 15 Oct 2018 21:10:17 +1030 Subject: [PATCH] BOLT 4: final_incorrect_htlc_amount should be 64-bits. Fixes: #469 Signed-off-by: Rusty Russell --- 04-onion-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-onion-routing.md b/04-onion-routing.md index 9d33ba6..c248a45 100644 --- a/04-onion-routing.md +++ b/04-onion-routing.md @@ -775,7 +775,7 @@ The CLTV expiry in the HTLC doesn't match the value in the onion. 1. type: 19 (`final_incorrect_htlc_amount`) 2. data: - * [`4`:`incoming_htlc_amt`] + * [`8`:`incoming_htlc_amt`] The amount in the HTLC doesn't match the value in the onion.