From ffc0826cc53c027e3ad047432d2e3b412fdd42bd Mon Sep 17 00:00:00 2001 From: clenser Date: Fri, 20 Oct 2023 12:44:09 +0000 Subject: [PATCH] Edited ch14_applications.adoc with Atlas code editor --- ch14_applications.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch14_applications.adoc b/ch14_applications.adoc index 5499c9ac..3d7a8972 100644 --- a/ch14_applications.adoc +++ b/ch14_applications.adoc @@ -403,7 +403,7 @@ the state being altered is the balance of a virtual currency. ==== State Channels—Basic Concepts and Terminology -A state channel((("payment channels", "state channels", id="payment-channel-state")))((("state channels", id="state-channel-ch14")))((("transactions", "state channels", id="transaction-state"))) is +A state channel((("payment channels", "state channels", id="payment-channel-state")))((("state channels", id="state-channel-general")))((("transactions", "state channels", id="transaction-state"))) is established between two parties, through a transaction that locks a shared state on the blockchain. This is called ((("funding transactions")))the _funding transaction_. This single transaction must be transmitted to @@ -441,7 +441,7 @@ any number of commitment transactions that are never seen by anyone else, nor submitted to the blockchain. <> illustrates a payment channel between Bob and Alice, -showing the funding, commitment, and settlement ((("payment channels", "state channels", startref="payment-channel-state")))((("state channels", id="state-channel-ch14")))((("transactions", "state channels", startref="transaction-state")))transactions. +showing the funding, commitment, and settlement ((("payment channels", "state channels", startref="payment-channel-state")))((("state channels", id="state-channel-general")))((("transactions", "state channels", startref="transaction-state")))transactions. [[payment_channel]] .A payment channel between Bob and Alice, showing the funding, commitment, and settlement transactions