From ded49adb9d77dbbfeaa3a2b1c76c859de117e99e Mon Sep 17 00:00:00 2001 From: nadams Date: Thu, 11 May 2017 06:08:55 -0700 Subject: [PATCH] Edited ch12.asciidoc with Atlas code editor --- ch12.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch12.asciidoc b/ch12.asciidoc index d05468a0..6b769dd5 100644 --- a/ch12.asciidoc +++ b/ch12.asciidoc @@ -266,12 +266,12 @@ Finally, Emma clicks "Stop" to stop streaming video. Either Fabian or Emma can n <> shows the channel between Emma and Fabian and the commitment transactions that update the balance of the channel. +In the end, only two transactions are recorded on the blockchain: the funding transaction that established the channel and a settlement transaction that allocated the final balance correctly between the two participants.((("", startref="PSCexample12"))) + [[video_payment_channel]] .Emma's payment channel with Fabian, showing the commitment transactions that update the balance of the channel image::images/mbc2_1206.png["Emma's payment channel with Fabian, showing the commitment transactions that update the balance of the channel"] -In the end, only two transactions are recorded on the blockchain: the funding transaction that established the channel and a settlement transaction that allocated the final balance correctly between the two participants.((("", startref="PSCexample12"))) - ==== Making Trustless Channels ((("payment (state) channels", "making trustless channels", id="PSCtrust12")))The channel we just described works, but only if both parties cooperate, without any failures or attempts to cheat. Let's look at some of the scenarios that break this channel and see what is needed to fix those: