2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-06 21:20:29 +00:00
throught for through

Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
This commit is contained in:
Hugo Doyon 2020-06-20 05:49:25 -04:00 committed by GitHub
parent b0e32c0cbb
commit f719a2b968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,10 +489,10 @@ This makes the Payment Hash obtainable without the need to decrypt any onion.
==== Payment Forwarding Algorithm ==== Payment Forwarding Algorithm
In stark contrast to the Internet Protocol Forwarding Algorithm on the lightning network it is only the sender of a payment that decides the path it takes to the recipient. In stark contrast to the Internet Protocol Forwarding Algorithm on the Lightning Network it is only the sender of a payment that decides the path it takes to the recipient.
Forwarding nodes can only reject a path. Forwarding nodes can only reject a path.
This can happen either on purpose or because they are not able to fulfill the request. This can happen either on purpose or because they are not able to fulfill the request.
The payment forwarding algorithm is initiated by the sender of an payment who selects a path throught the lightning network and constructs an onion. The payment forwarding algorithm is initiated by the sender of an payment who selects a path through the Lightning Network and constructs an onion.
It contains information about the payment for the recipient, routing hints for the intermediary nodes. It contains information about the payment for the recipient, routing hints for the intermediary nodes.
Routing fees which those nodes will earn if (and only if) the payment is successfully delivered and settles with the release of the `Payment Hash` are also included to the onion. Routing fees which those nodes will earn if (and only if) the payment is successfully delivered and settles with the release of the `Payment Hash` are also included to the onion.