mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-15 01:49:15 +00:00
Mempool variable bug (#508)
In last commit MEMPOOL_UPGRADE_URL changed to MEMPOOL_URL and because of that mempool upgrade function stopped working
This commit is contained in:
parent
c0d22a1cb5
commit
70bd8177c7
|
@ -48,8 +48,8 @@ while true; do
|
|||
fi
|
||||
|
||||
# Upgrade mempool
|
||||
MEMPOOL_URL=https://github.com/mempool/mempool/archive/${MEMPOOL_VERSION}.tar.gz
|
||||
MEMPOOL_URL_FILE=/mnt/hdd/mynode/settings/mempoolspace_url
|
||||
MEMPOOL_UPGRADE_URL=https://github.com/mempool/mempool/archive/${MEMPOOL_VERSION}.tar.gz
|
||||
MEMPOOL_UPGRADE_URL_FILE=/mnt/hdd/mynode/settings/mempoolspace_url
|
||||
echo "Checking for new mempool..."
|
||||
CURRENT=""
|
||||
if [ -f $MEMPOOL_UPGRADE_URL_FILE ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user