mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
min sat for btc channel
This commit is contained in:
@@ -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}`
|
||||
|
Reference in New Issue
Block a user