mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 06:28:07 +00:00
Update mempool to v1.0.1 with minor bugfixes, fix repo URL (#430)
This commit is contained in:
parent
ab3401a9e2
commit
6aa3ce4a02
|
@ -47,8 +47,8 @@ while true; do
|
|||
|
||||
# Upgrade mempool
|
||||
echo "Checking for new mempool..."
|
||||
MEMPOOLSPACE_UPGRADE_VERSION=8835c399e9b00c2579ed0bbd72f8cca4c5823dad
|
||||
MEMPOOLSPACE_UPGRADE_URL=https://github.com/mempool-space/mempool.space/archive/${MEMPOOLSPACE_UPGRADE_VERSION}.zip
|
||||
MEMPOOLSPACE_UPGRADE_VERSION=v1.0.1
|
||||
MEMPOOLSPACE_UPGRADE_URL=https://github.com/mempool/mempool/archive/${MEMPOOLSPACE_UPGRADE_VERSION}.zip
|
||||
MEMPOOLSPACE_UPGRADE_URL_FILE=/mnt/hdd/mynode/settings/mempoolspace_url
|
||||
CURRENT=""
|
||||
if [ -f $MEMPOOLSPACE_UPGRADE_URL_FILE ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user