From e2c6eaa05a84c53613a7507787e1820e427f8480 Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:09:44 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3452a24..f97a4a2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ go build . ### Binaries -You can download a binary for your system [here](https://github.com/callebtc/electronwall/releases). +You can download a binary for your system [here](https://github.com/callebtc/electronwall/releases). You'll still need a config file. ## Config Edit `config.yaml.example` and rename to `config.yaml`. @@ -23,4 +23,4 @@ Edit `config.yaml.example` and rename to `config.yaml`. ```bash ./electronwall -``` \ No newline at end of file +``` From eac053cb01d539d92d92c506c2a104c1bf3b04f8 Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:10:48 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f97a4a2..7bc2151 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ⚡️ electronwall -A RPC daemon for LND that listens in the background and allows (whitelist) or denies (blacklist) incoming channels from a list of node public keys and payment routings (HTLC forwards) from a list of node IDs. +A RPC daemon for LND that listens in the background and allows (whitelist) or rejects (blacklist) incoming channels from a list of node public keys and incoming payment routings (HTLC forwards) from a list of node IDs. ## Install