lower default min sats on opening

This commit is contained in:
Christian Rotzoll 2019-07-25 23:39:37 +02:00
parent 688ff5a26b
commit 7198ee4b84

View File

@ -72,7 +72,7 @@ fi
# 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 if [ "${network}" = "bitcoin" ]; then
minSat=250000 minSat=50000
fi fi
_error="./.error.out" _error="./.error.out"
lncli --chain=${network} openchannel --network=${chain}net ${CHOICE} 1 0 2>$_error lncli --chain=${network} openchannel --network=${chain}net ${CHOICE} 1 0 2>$_error