mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
#1018 Change default funding address to bech32
This commit is contained in:
@@ -23,7 +23,7 @@ fi
|
||||
|
||||
# execute command
|
||||
echo "calling lncli ... please wait"
|
||||
command="lncli --chain=${network} --network=${chain}net newaddress np2wkh"
|
||||
command="lncli --chain=${network} --network=${chain}net newaddress p2wkh"
|
||||
echo "${command}"
|
||||
result=$($command)
|
||||
echo "$result"
|
||||
|
Reference in New Issue
Block a user