mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
close issue #87
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
network=`cat .network`
|
network=`cat .network`
|
||||||
chain=$(${network}-cli -datadir=/home/bitcoin/.${network} getblockchaininfo | jq -r '.chain')
|
chain=$(${network}-cli -datadir=/home/bitcoin/.${network} getblockchaininfo | jq -r '.chain')
|
||||||
|
|
||||||
command="lncli --chain=${network} --force closeallchannels "
|
command="lncli --chain=${network} closeallchannels --force"
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "***********************************"
|
echo "***********************************"
|
||||||
|
|||||||
Reference in New Issue
Block a user