close issue #87

This commit is contained in:
rootzoll 2018-09-13 14:30:31 +02:00
parent 435236f52d
commit 758ec89d28

View File

@ -4,7 +4,7 @@
network=`cat .network`
chain=$(${network}-cli -datadir=/home/bitcoin/.${network} getblockchaininfo | jq -r '.chain')
command="lncli --chain=${network} --force closeallchannels "
command="lncli --chain=${network} closeallchannels --force"
clear
echo "***********************************"