Browse Source

command building

#146
rootzoll 6 years ago
parent
commit
0514d2b092
  1. 2
      home.admin/BBopenChannel.sh

2
home.admin/BBopenChannel.sh

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

Loading…
Cancel
Save