mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
#1018 Change default funding address to bech32
This commit is contained in:
@@ -23,7 +23,7 @@ fi
|
|||||||
|
|
||||||
# execute command
|
# execute command
|
||||||
echo "calling lncli ... please wait"
|
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}"
|
echo "${command}"
|
||||||
result=$($command)
|
result=$($command)
|
||||||
echo "$result"
|
echo "$result"
|
||||||
|
Reference in New Issue
Block a user