From 15adb5978fb662cf7fd4c3d24a5dd4e33e4e1686 Mon Sep 17 00:00:00 2001 From: Shaurya Arora Date: Sat, 15 Apr 2023 21:13:34 +0000 Subject: [PATCH] built -> build. --- 04_node_client.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_node_client.asciidoc b/04_node_client.asciidoc index 6d96b95..82f46f2 100644 --- a/04_node_client.asciidoc +++ b/04_node_client.asciidoc @@ -261,7 +261,7 @@ As you will see in the following sections, we can run several containers at the ((("c-lightning Lightning Node project", id="ix_04_node_client-asciidoc7", range="startofrange")))((("Lightning node software","c-lightning Lightning Node project", id="ix_04_node_client-asciidoc8", range="startofrange")))`c-lightning` is a lightweight, highly customizable, and standard-compliant implementation of the LN protocol, developed by Blockstream as part of the Elements Project. The project is open source and developed collaboratively on https://github.com/ElementsProject/lightning[GitHub]. -In the following sections, we will build a Docker container that runs a `c-lightning` node connecting to the +bitcoind+ container we built previously. We will also show you how to configure and built the `c-lightning` software directly from the source code. +In the following sections, we will build a Docker container that runs a `c-lightning` node connecting to the +bitcoind+ container we built previously. We will also show you how to configure and build the `c-lightning` software directly from the source code. ==== Building c-lightning as a Docker Container