funding info

This commit is contained in:
rootzoll
2018-08-09 01:04:52 +02:00
parent 54a19dd0f8
commit 13f9b27979

View File

@@ -20,15 +20,11 @@ fi
# check available funding # check available funding
confirmedBalance=$(lncli walletbalance | grep '"confirmed_balance"' | cut -d '"' -f4) confirmedBalance=$(lncli walletbalance | grep '"confirmed_balance"' | cut -d '"' -f4)
if [ "${network}" = "bitcoin" ]; then if [ ${confirmedBalance} -eq 0 ]; then
if [ ${confirmedBalance} -lt 100 ]; then echo "FAIL - You have 0 SATOSHI in your confirmed LND On-Chain Wallet."
echo "Please fund your on-chain wallet first and wait until confirmed."
fi echo ""
elif [ "${network}" = "litecoin" ]; then exit 1
// 20000 SAT
// 546
// 616233 SAT
fi fi
# check number of connected peers # check number of connected peers