mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
lower default min sats on opening
This commit is contained in:
parent
688ff5a26b
commit
7198ee4b84
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user