From f23b9f8aa1c8a5e239645c00396dad6431d842f7 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 18:12:01 +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 0d13307b..7db4632a 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 is +A state channel((("payment channels", "state channels", id="payment-channel-state")))((("state channels", id="state-channel")))((("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 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 transactions. +showing the funding, commitment, and settlement ((("payment channels", "state channels", startref="payment-channel-state")))((("state channels", id="state-channel")))((("transactions", "state channels", startref="transaction-state")))transactions. [[payment_channel]] .A payment channel between Bob and Alice, showing the funding, commitment, and settlement transactions