mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Fix pyblock issues
This commit is contained in:
parent
84286e53d3
commit
e7e234c87c
|
@ -956,6 +956,7 @@ if should_install_app "pyblock" ; then
|
|||
sudo -u bitcoin python3 -m venv env
|
||||
fi
|
||||
source env/bin/activate
|
||||
pip3 install requests
|
||||
pip3 install -r requirements.txt
|
||||
deactivate
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@ SPHINXRELAY_VERSION=$(get_app_version "$SPHINXRELAY_VERSION" "sphinxrelay")
|
|||
SPHINXRELAY_VERSION_FILE=/home/bitcoin/.mynode/sphinxrelay_version
|
||||
SPHINXRELAY_LATEST_VERSION_FILE=/home/bitcoin/.mynode/sphinxrelay_version_latest
|
||||
|
||||
PYBLOCK_VERSION="v2.0.3"
|
||||
PYBLOCK_VERSION="v1.1.9"
|
||||
PYBLOCK_VERSION=$(get_app_version "$PYBLOCK_VERSION" "pyblock")
|
||||
PYBLOCK_VERSION_FILE=/home/bitcoin/.mynode/pyblock_version
|
||||
PYBLOCK_LATEST_VERSION_FILE=/home/bitcoin/.mynode/pyblock_version_latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user