From f1e2f51b1e486511dc6daed843325caa2fe6f427 Mon Sep 17 00:00:00 2001 From: Hugo Doyon Date: Thu, 14 May 2020 13:23:00 -0400 Subject: [PATCH] crucially instead of crucually crucually should be written crucially instead --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 71f04d8..f2ecacb 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -372,7 +372,7 @@ These messages will only be forwarded about four times a day for every channel t The gossip protocol also comes with a variety of queries and tools to initially synchronize a node with the view of the network or to update the node's view after being offline for a while. We will investigate the details of the gossip protocol in a later chapter. For now it is only important to know that it exists and that it is used to share topology information of the Lightning Network with its participants. -This topology information is crucually needed for delivering payments through the network of payment channels. +This topology information is crucially needed for delivering payments through the network of payment channels. [NOTE] ====