diff --git a/lbry/wallet/orchstr8/__init__.py b/lbry/wallet/orchstr8/__init__.py index c89834383..94c7e70df 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/v0.2021.08.24-beta/hub" + "https://github.com/lbryio/hub/releases/download/leveldb-hub/hub" ) from .node import Conductor from .service import ConductorService