From 26128fcc8306a07361f185f036f047cefafa3fcc Mon Sep 17 00:00:00 2001 From: Bastien Teinturier Date: Mon, 30 Dec 2019 10:28:13 +0100 Subject: [PATCH] Add eclair to the list of server implementations Even though Eclair is known for its mobile wallets, its primary work is a server implementation aimed at scalable enterprise deployments. Change the content of the "Bitcoin Node" column to specify supported implementations. --- ch01.asciidoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ch01.asciidoc b/ch01.asciidoc index 77f247b..2b2a4ce 100644 --- a/ch01.asciidoc +++ b/ch01.asciidoc @@ -187,8 +187,9 @@ Lightning wallets can be installed on a variety of devices, including laptops, s Here are some current examples of LN node and wallet applications for different types of devices: |=== -| Application | Device | LN Node | Bitcoin Node | Wallet Type | -| lnd | Server | Full Node | Optional | Full Control | -| c-lightning | Server | Full Node | Full Node | Full Control | -| Zap Desktop | Desktop | Full Node | Full Node | Full Control | -| Eclair | Mobile | Lightweight | +| Application | Device | LN Node | Bitcoin Node | Wallet Type | +| lnd | Server | Full Node | Bitcoin Core/btcd | Full Control | +| c-lightning | Server | Full Node | Bitcoin Core | Full Control | +| eclair | Server | Full Node | Bitcoin Core/Electrum | Full Control | +| Zap Desktop | Desktop | Full Node | Bitcoin Core/btcd | Full Control | +| Eclair Mobile | Mobile | Lightweight | Electrum | Full Control |