electrs update to v0.9.7

This commit is contained in:
openoms 2022-05-10 08:32:14 +01:00
parent f0db1a40d7
commit 453c82e048
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# https://github.com/romanz/electrs/releases # https://github.com/romanz/electrs/releases
ELECTRSVERSION="v0.9.5" ELECTRSVERSION="v0.9.7"
# https://github.com/romanz/electrs/commits/master # https://github.com/romanz/electrs/commits/master
# ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a" # ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a"
@ -437,7 +437,7 @@ WantedBy=multi-user.target
echo "whitelist=download@127.0.0.1" | sudo tee -a /mnt/hdd/bitcoin/bitcoin.conf echo "whitelist=download@127.0.0.1" | sudo tee -a /mnt/hdd/bitcoin/bitcoin.conf
bitcoindRestart=yes bitcoindRestart=yes
fi fi
source <(/home/admin/_cache.sh get state) source <(/home/admin/_cache.sh get state)
if [ "${state}" == "ready" ]; then if [ "${state}" == "ready" ]; then
if [ "${bitcoindRestart}" == "yes" ]; then if [ "${bitcoindRestart}" == "yes" ]; then