no longer needed chain in sync

This commit is contained in:
rootzoll
2021-06-24 21:28:44 +02:00
parent 34bdd3256b
commit 8c86118409

View File

@@ -1,19 +0,0 @@
#!/bin/bash
# Check if lnd is synced to chain and channels are open
# If it isn't, wait until it is
# exits with 1 if it isn't.
network=$1
chain=$2
# LNTYPE is lnd | cln
if [ $# -gt 2 ];then
LNTYPE=$3
else
LNTYPE=lnd
fi
exit 0