From a515eabcd4a3847052c266ab9323ec7fac8fff33 Mon Sep 17 00:00:00 2001 From: steepdawn974 <92274076+steepdawn974@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:45:27 +0100 Subject: [PATCH] Update electrs to 0.9.9 (#3397) Fixes #3395 --- home.admin/config.scripts/bonus.electrs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index 5d20d8d1b..448509852 100755 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -1,9 +1,9 @@ #!/bin/bash # https://github.com/romanz/electrs/releases -ELECTRSVERSION="v0.9.7" +ELECTRSVERSION="v0.9.9" # https://github.com/romanz/electrs/commits/master -# ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a" +# ELECTRSVERSION="446858ea621416916f84cbce61be92b748e8133e" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then