From 16b21b8bdaede08cbb29b9db66337bfd63b801a9 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 15 Sep 2021 13:44:41 -0400 Subject: [PATCH] use hub binary from https://github.com/lbryio/hub/pull/13 --- 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 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