Browse Source

min sat for btc channel

#146
rootzoll 6 years ago
parent
commit
fb02b24622
  1. 3
      home.admin/BBopenChannel.sh

3
home.admin/BBopenChannel.sh

@ -65,6 +65,9 @@ fi
# TODO find a better way - also consider dust and channel reserve
# details see here: https://github.com/btcontract/lnwallet/issues/52
minSat=20000
if [ "${network}" = "bitcoin" ]; then
minSat=250000
fi
_error="./.error.out"
lncli openchannel ${CHOICE} 1 0 2>$_error
error=`cat ${_error}`

Loading…
Cancel
Save