From 6465d3ffb9b2dd4335d22164cfa728443124e896 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Fri, 19 Nov 2021 10:42:52 -0800 Subject: [PATCH] Edited 06_lightning_architecture.asciidoc with Atlas code editor --- 06_lightning_architecture.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_lightning_architecture.asciidoc b/06_lightning_architecture.asciidoc index 331c178..c21dd1b 100644 --- a/06_lightning_architecture.asciidoc +++ b/06_lightning_architecture.asciidoc @@ -16,7 +16,7 @@ image::images/mtln_0601.png[] ((("architecture, Lightning Network","layers")))The five layers of the Lightning Network, from the bottom up, are: -Network connection layer:: This contains the protocols that interact directly with the internet core protocols (TCP/IP), overlay protocols (Tor v2/v3), and internet services (DNS). This layer also contains the cryptographic transport protocols that protect Lightning messages. +Network connection layer:: This contains the protocols that interact directly with the internet core protocols (TCP/IP), overlay protocols (Tor v2/v3), and internet services (DNS). This layer also contains the cryptographic transport protocols that protect Lightning pass:[messages]. Messaging layer:: This layer contains the protocols that nodes use to negotiate features, format messages, and encode message fields.