From 4ab29c4d5f236460840a074412428bb46a67c550 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Fri, 20 May 2022 16:50:09 -0300 Subject: [PATCH] tests: fix hub url --- 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 5827bb95e..c8c7b6373 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.2022.01.21.1/hub" + "https://github.com/lbryio/herald/releases/download/v0.2022.01.21.1/hub" ) from lbry.wallet.orchstr8.node import Conductor from lbry.wallet.orchstr8.service import ConductorService