From aeafa430240db52a5ecf7177200b737af14c0540 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Sun, 26 Jan 2020 10:45:33 -0600 Subject: [PATCH] Added Breez wallet to list --- ch01.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ch01.asciidoc b/ch01.asciidoc index 24e40fe..6db931e 100644 --- a/ch01.asciidoc +++ b/ch01.asciidoc @@ -128,7 +128,7 @@ 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: -// TODO: Add a lot more examples, confirm the details for correctness +// TODO: Add a lot more wallet/node examples, confirm the details for correctness |=== | Application | Device | LN Node | Bitcoin Node | Keystore | | lnd | Server | Full Node | Bitcoin Core/btcd | User Control | @@ -136,6 +136,7 @@ Here are some current examples of LN node and wallet applications for different | Eclair Server | Server | Full Node | Bitcoin Core/Electrum | User Control | | Zap Desktop | Desktop | Full Node | Bitcoin Core/btcd | User Control | | Eclair Mobile | Mobile | Lightweight | Electrum | User Control | +| Breez Wallet | Mobile | Full Node | Bitcoin Core/btcd | User Control | | Blue Wallet | Mobile | None | None | Custodial | |===