Update electrs to latest release (v0.10.0) (#3999)

See https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0100-rc1-jun-21-2023
This commit is contained in:
Roman Zeyde 2023-07-29 01:59:47 +03:00 committed by GitHub
parent b20fae09d6
commit 0a2ce9a95a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash
# https://github.com/romanz/electrs/releases
ELECTRSVERSION="v0.9.14"
ELECTRSVERSION="v0.10.0"
# command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then