Update mempool to v1.0.1 with minor bugfixes, fix repo URL (#430)

This commit is contained in:
wiz 2020-10-20 11:09:47 +09:00 committed by GitHub
parent ab3401a9e2
commit 6aa3ce4a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,8 +47,8 @@ while true; do
# Upgrade mempool # Upgrade mempool
echo "Checking for new mempool..." echo "Checking for new mempool..."
MEMPOOLSPACE_UPGRADE_VERSION=8835c399e9b00c2579ed0bbd72f8cca4c5823dad MEMPOOLSPACE_UPGRADE_VERSION=v1.0.1
MEMPOOLSPACE_UPGRADE_URL=https://github.com/mempool-space/mempool.space/archive/${MEMPOOLSPACE_UPGRADE_VERSION}.zip MEMPOOLSPACE_UPGRADE_URL=https://github.com/mempool/mempool/archive/${MEMPOOLSPACE_UPGRADE_VERSION}.zip
MEMPOOLSPACE_UPGRADE_URL_FILE=/mnt/hdd/mynode/settings/mempoolspace_url MEMPOOLSPACE_UPGRADE_URL_FILE=/mnt/hdd/mynode/settings/mempoolspace_url
CURRENT="" CURRENT=""
if [ -f $MEMPOOLSPACE_UPGRADE_URL_FILE ]; then if [ -f $MEMPOOLSPACE_UPGRADE_URL_FILE ]; then