mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
fix lnd unlock when second option
This commit is contained in:
@@ -24,6 +24,7 @@ if [ "${action}" == "chain-unlock" ]; then
|
||||
CHAIN=$2
|
||||
if [ "${CHAIN}" == "mainnet" ]; then
|
||||
chain="main"
|
||||
passwordC="$3"
|
||||
elif [ "${CHAIN}" == "testnet" ]; then
|
||||
chain="test"
|
||||
passwordC=""
|
||||
|
Reference in New Issue
Block a user