rename to electronwall

This commit is contained in:
callebtc
2022-05-29 14:10:03 +02:00
parent 15e555604a
commit b239e2cf6d
2 changed files with 4 additions and 4 deletions

View File

@@ -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

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/callebtc/lnd_whitelist
module github.com/callebtc/electronwall
go 1.16