updated blockexplorer links

This commit is contained in:
rootzoll
2018-12-12 15:16:37 +01:00
parent 988b653523
commit 049fea8907

View File

@@ -128,9 +128,9 @@ else
fundingTX=$(echo "${result}" | grep 'funding_txid' | cut -d '"' -f4)
if [ "${network}" = "bitcoin" ]; then
if [ "${chain}" = "main" ]; then
echo "https://blockexplorer.com/tx/${fundingTX}"
echo "https://live.blockcypher.com/btc/tx/${fundingTX}"
else
echo "https://testnet.blockexplorer.com/tx/${fundingTX}"
echo "https://live.blockcypher.com/btc-testnet/tx/${fundingTX}"
fi
fi
if [ "${network}" = "litecoin" ]; then