mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 18:37:41 +01: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
|
# TODO find a better way - also consider dust and channel reserve
|
||||||
# details see here: https://github.com/btcontract/lnwallet/issues/52
|
# details see here: https://github.com/btcontract/lnwallet/issues/52
|
||||||
minSat=20000
|
minSat=20000
|
||||||
|
if [ "${network}" = "bitcoin" ]; then
|
||||||
|
minSat=250000
|
||||||
|
fi
|
||||||
_error="./.error.out"
|
_error="./.error.out"
|
||||||
lncli openchannel ${CHOICE} 1 0 2>$_error
|
lncli openchannel ${CHOICE} 1 0 2>$_error
|
||||||
error=`cat ${_error}`
|
error=`cat ${_error}`
|
||||||
|
|||||||
Reference in New Issue
Block a user