mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
no longer needed chain in sync
This commit is contained in:
@@ -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
|
|
Reference in New Issue
Block a user