diff --git a/ch14_applications.adoc b/ch14_applications.adoc index 43028153..9740579e 100644 --- a/ch14_applications.adoc +++ b/ch14_applications.adoc @@ -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.