Upgrade Sphinx Relay to v2.0.3

This commit is contained in:
Taylor Helsper 2021-03-22 00:12:22 -05:00
parent 66fbfedc26
commit 557a898c84
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ CKBUNKER_VERSION="v0.9"
CKBUNKER_VERSION_FILE=/home/bitcoin/.mynode/ckbunker_version CKBUNKER_VERSION_FILE=/home/bitcoin/.mynode/ckbunker_version
CKBUNKER_LATEST_VERSION_FILE=/home/bitcoin/.mynode/ckbunker_version_latest CKBUNKER_LATEST_VERSION_FILE=/home/bitcoin/.mynode/ckbunker_version_latest
SPHINXRELAY_VERSION="v1.3.8" SPHINXRELAY_VERSION="v2.0.3"
SPHINXRELAY_VERSION_FILE=/home/bitcoin/.mynode/sphinxrelay_version SPHINXRELAY_VERSION_FILE=/home/bitcoin/.mynode/sphinxrelay_version
SPHINXRELAY_LATEST_VERSION_FILE=/home/bitcoin/.mynode/sphinxrelay_version_latest SPHINXRELAY_LATEST_VERSION_FILE=/home/bitcoin/.mynode/sphinxrelay_version_latest

View File

@ -1,7 +1,7 @@
{ {
"development": { "development": {
"dialect": "sqlite", "dialect": "sqlite",
"storage": "/Users/Shared/sphinx.db" "storage": "/mnt/hdd/mynode/sphinxrelay/sphinx_dev.db"
}, },
"docker_development": { "docker_development": {
"dialect": "sqlite", "dialect": "sqlite",
@ -9,7 +9,7 @@
}, },
"test": { "test": {
"dialect": "sqlite", "dialect": "sqlite",
"storage": "/home/ubuntu/sphinx.db" "storage": "/mnt/hdd/mynode/sphinxrelay/sphinx_test.db"
}, },
"production": { "production": {
"dialect": "sqlite", "dialect": "sqlite",