From b33282066ec96ed0f49807a9d1be9b1001debc90 Mon Sep 17 00:00:00 2001 From: Imran <60175113+ImranLorgat@users.noreply.github.com> Date: Mon, 6 Jul 2020 11:53:13 +0200 Subject: [PATCH] Update onion-routing-htlc-forwarding.asciidoc --- onion-routing-htlc-forwarding.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onion-routing-htlc-forwarding.asciidoc b/onion-routing-htlc-forwarding.asciidoc index 9713541..f2fd3e1 100644 --- a/onion-routing-htlc-forwarding.asciidoc +++ b/onion-routing-htlc-forwarding.asciidoc @@ -24,7 +24,7 @@ Relevant questions to answer: === Why is it important to keep the packet fixed sized at all times? As we have already discussed earlier in the chapter, the "onion" packet transmitted via the routing nodes has multiple layers. -The packet starts at sender of the payment and reaches the first routing node, who peels off the first layer. +The packet starts at the sender of the payment and reaches the first routing node, who peels off the first layer. This layer gives it information about the payment being transmitted, such as who is the next routing node to pass it to. It then passes this packet to the second routing note, who peels off the second layer, and so on until the final routing node (i.e. the recipient of the payment) is reached.