From e0ea6383e2e141411eb1d6a7da2eaf70eee39fdb Mon Sep 17 00:00:00 2001 From: Jeffrey Picard Date: Fri, 4 Feb 2022 12:17:19 -0500 Subject: [PATCH] Update __init__.py Update go hub binary to fix es sync test. --- 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 247cc3787f..72791f2a3a 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