From 7eadcc20182e04e527d8ce7c5e7693aa4052ce06 Mon Sep 17 00:00:00 2001 From: Patrick Lemke Date: Thu, 20 Feb 2020 17:44:22 +0100 Subject: [PATCH] capitalization --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 22d459f..dade15d 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -133,7 +133,7 @@ One can use the Bitcoin network to send bitcoin from a P2PKH address as well as In both cases transfer of ownership might be expensive in bitcoin fees if there is a lot of demand from people to utilize the Bitcoin network. However once the bitcoin are used to open a payment channel they can freely flow within the Lightning Network from one participant to another one. If a channel partner should not respond, one will always have the chance to fall back to the on-chain transactions without the necessity for the channel partner to help to do so. -Due to the potentially high fees and confirmation times, bitcoin on the Bitcoin Network are way more rigid and harder to move than bitcoin on the Lightning Network. +Due to the potentially high fees and confirmation times, bitcoin on the Bitcoin network are way more rigid and harder to move than bitcoin on the Lightning Network. ==== ===== Example of a poor channel opening procedure