fix torrent download

This commit is contained in:
Christian Rotzoll
2019-06-29 18:58:35 +02:00
parent 4ccd4536fb
commit 88e8c5c844

View File

@@ -38,11 +38,6 @@ updateTorrentFile=${bitcoinUpdate}
if [ "$network" = "litecoin" ]; then
baseTorrentFile=${litecoinBase}
updateTorrentFile=${litecoinUpdate}
else
# try download latest getbitcoinblockchain.com torrent files
fi
echo "# TORRENT-FILES"
echo "baseTorrent='${baseTorrentFile}'"