mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
fix lncli parameter
This commit is contained in:
@@ -99,7 +99,7 @@ if [ ${#amount} -eq 0 ]; then
|
||||
fi
|
||||
|
||||
# build command
|
||||
command="lncli --chain=${network} --network=${chain}net --conf_target=1 openchannel ${pubKey} ${amount} 0"
|
||||
command="lncli --chain=${network} --network=${chain}net openchannel --conf_target=1 ${pubKey} ${amount} 0"
|
||||
|
||||
# info output
|
||||
clear
|
||||
|
Reference in New Issue
Block a user