diff --git a/lbry/wallet/orchstr8/__init__.py b/lbry/wallet/orchstr8/__init__.py index 247cc3787..72791f2a3 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.12.18.1/hub" + "https://github.com/lbryio/hub/releases/download/v0.2022.01.21.1/hub" ) from .node import Conductor from .service import ConductorService