From f89c75e6427b4b383bf2a374c53203c63b959213 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 20 Dec 2021 11:21:20 -0300 Subject: [PATCH] bump hub version to latest supporting sd_hash search --- lbry/wallet/orchstr8/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/wallet/orchstr8/__init__.py b/lbry/wallet/orchstr8/__init__.py index 03a4c7a78..247cc3787 100644 --- a/lbry/wallet/orchstr8/__init__.py +++ b/lbry/wallet/orchstr8/__init__.py @@ -1,5 +1,5 @@ __hub_url__ = ( - "https://github.com/lbryio/hub/releases/download/range-queries/hub" + "https://github.com/lbryio/hub/releases/download/v0.2021.12.18.1/hub" ) from .node import Conductor from .service import ConductorService