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