Update electrs to 0.9.9 (#3397)

Fixes  #3395
This commit is contained in:
steepdawn974
2022-11-01 17:45:27 +01:00
committed by GitHub
parent a0f7bedee0
commit a515eabcd4

View File

@@ -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