mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 05:09:40 +02:00
fix lncli parameter
This commit is contained in:
parent
ee6518bb63
commit
fc652a4234
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user