fix lncli parameter

This commit is contained in:
rootzoll 2020-02-17 18:17:35 +01:00
parent ee6518bb63
commit fc652a4234

View File

@ -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