1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Edited ch14_applications.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 18:06:17 +00:00
parent 83eefe2fc5
commit 361edce048

View File

@ -328,12 +328,12 @@ over Lightning Network is that there are two ways to accomplish the
sending, each with a different set of trade-offs:
Native forwarding::
Every hop in the path between the spender and the receiver must know
Every ((("native forwarding")))hop in the path between the spender and the receiver must know
about the particular asset (type of colored coin) and have a
sufficient balance of it to support forwarding a payment.
Translated forwarding::
The hop next to the spender and the hop next to the receiver must know
The hop next to the spender and((("translated forwarding"))) the hop next to the receiver must know
about the particular asset and have a sufficient balance of it to
support forwarding a payment, but every other hop only needs to
support forwarding bitcoin payments.