From 2d034d1e378616e3e7c53801f727274750e37fe1 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Thu, 30 Jul 2020 09:37:09 -0400 Subject: [PATCH] Fixes to edit review --- 03_how_ln_works.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_how_ln_works.asciidoc b/03_how_ln_works.asciidoc index 01be52b..4d7c465 100644 --- a/03_how_ln_works.asciidoc +++ b/03_how_ln_works.asciidoc @@ -531,7 +531,7 @@ Onion routing will be examined in detail in <>. ==== Payment Forwarding Algorithm -Once the sender of payment finds a possible path across the network and constructs an onion, the payment is forwarded by each node in the path, processing one layer of the onion at each hop. +Once the sender of a payment finds a possible path across the network and constructs an onion, the payment is forwarded by each node in the path. Each node processes one layer of the onion and forwards it to the next node in the path. Each intermediary node receives a Lightning Message called `update_add_htlc` with a payment hash and an onion. The intermediary node executes a series of steps, called the _payment forwarding algorithm_: