diff --git a/ch03.asciidoc b/ch03.asciidoc index 37dd6a9..1279177 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -318,8 +318,8 @@ Invoices also have an expiry time so that the payee can delete the preimage afte === Delivering the payment -You have already learnt that payments start with the payee creating an invoice which includes a Payment Hash to make sure that payments are atomic and that no one on the path of payment channels can withhold the transferred money to their benefit. -In this section we will dive into the ideas and methods that are being used to deliver a payment over the lightning network and utilizie everything that we have used so far. +You have already learnt that payments start with the payee creating an invoice which includes a Payment Hash to make sure that payments are atomic and that no one on the path of payment channels can withold the transferred money to their benefit. +In this section we will dive into the ideas and methods that are being used to deliver a payment over the Lightning Network and utilize everything that we have used so far. We need to introduce one missing protocol of the Lightning Network which is the gossip protocol. ==== The peer 2 peer gossip protocol