From d161300d0730a6559df8341ffe55fb575022338d Mon Sep 17 00:00:00 2001 From: boufni95 <33513308+boufni95@users.noreply.github.com> Date: Tue, 3 Sep 2019 15:36:56 +0200 Subject: [PATCH] little correction the word "all" was written twice --- ch01.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch01.asciidoc b/ch01.asciidoc index c08bb74..b373301 100644 --- a/ch01.asciidoc +++ b/ch01.asciidoc @@ -10,7 +10,7 @@ Users of the Lightning Network are able to transfer Bitcoin among each other at There is no necessity to wait for block confirmations for payments. Once a payment arrives it is final and cannot be reversed. Like a standard Bitcoin transaction a payments on the Lightning Network can only be refunded by the recipient. -While all all Bitcoin transactions are stored on the blockchain where they can be tracked the payments on the Lightning Network are off-chain and offer more privacy than Bitcoin payments. +While all Bitcoin transactions are stored on the blockchain where they can be tracked the payments on the Lightning Network are off-chain and offer more privacy than Bitcoin payments. Due to the used onion routing which is also used in tor even the nodes that are involved in forwarding the payment from the sender to the recipient do not know for whom they deliver the payment. === History of the Lightning Network