mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
updated blockexplorer links
This commit is contained in:
@@ -128,9 +128,9 @@ else
|
|||||||
fundingTX=$(echo "${result}" | grep 'funding_txid' | cut -d '"' -f4)
|
fundingTX=$(echo "${result}" | grep 'funding_txid' | cut -d '"' -f4)
|
||||||
if [ "${network}" = "bitcoin" ]; then
|
if [ "${network}" = "bitcoin" ]; then
|
||||||
if [ "${chain}" = "main" ]; then
|
if [ "${chain}" = "main" ]; then
|
||||||
echo "https://blockexplorer.com/tx/${fundingTX}"
|
echo "https://live.blockcypher.com/btc/tx/${fundingTX}"
|
||||||
else
|
else
|
||||||
echo "https://testnet.blockexplorer.com/tx/${fundingTX}"
|
echo "https://live.blockcypher.com/btc-testnet/tx/${fundingTX}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "${network}" = "litecoin" ]; then
|
if [ "${network}" = "litecoin" ]; then
|
||||||
|
Reference in New Issue
Block a user