From b239e2cf6d23b79c1e048ad4d05c2dad42daf573 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 29 May 2022 14:10:03 +0200 Subject: [PATCH] rename to electronwall --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed5d6b2..b1f0a72 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ An RPC daemon for LND that listens in the background and allows incoming channel ## Install ```bash -git clone https://github.com/callebtc/lnd_whitelist.git -cd lnd_whitelist +git clone https://github.com/callebtc/electronwall.git +cd electronwall go build . -./lnd_whitelist +./electronwall ``` ## Config diff --git a/go.mod b/go.mod index 9a415a8..67d270f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/callebtc/lnd_whitelist +module github.com/callebtc/electronwall go 1.16