This commit is contained in:
rootzoll
2018-09-21 10:58:09 +02:00
parent 601c13ca2b
commit c0082e1d2e
2 changed files with 2 additions and 2 deletions

View File

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