mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 09:57:17 +01:00
command building
This commit is contained in:
@@ -84,7 +84,7 @@ if [ ${#amount} -eq 0 ]; then
|
||||
fi
|
||||
|
||||
# build command
|
||||
command="lncli openchannel ${#pubKey} ${amount} 0"
|
||||
command="lncli openchannel ${pubKey} ${amount} 0"
|
||||
|
||||
# info output
|
||||
clear
|
||||
|
||||
Reference in New Issue
Block a user