From adb0e44eaa324689142da63a5c853c31bda750ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Wed, 29 May 2019 19:40:35 +0200 Subject: [PATCH] BOLT4: Correct hop count clarification --- 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 f6e63af3f..ff5186b65 100644 --- a/04-onion-routing.md +++ b/04-onion-routing.md @@ -101,7 +101,7 @@ There are a number of conventions adhered to throughout this document: # Clarifications -The longest route supported has 20 hops without counting the _origin node_ and _final node_, thus 19 _intermediate nodes_ and a maximum of 20 channels to be traversed. +The longest route supported has 20 hops without counting the _origin node_, but counting _final node_, thus 19 _intermediate nodes_ and a maximum of 20 channels to be traversed. # Key Generation