forked from LBRYCommunity/lbry-sdk
update lbrycrd download URL
This commit is contained in:
parent
3ef83febc0
commit
ec4e36446c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ from .ledger import Ledger, RegTestLedger
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
DOWNLOAD_URL = (
|
||||
'https://github.com/lbryio/lbrycrd/releases/download/v0.17.4.4/lbrycrd-linux-1744.zip'
|
||||
'https://github.com/lbryio/lbrycrd/releases/download/v0.17.4.5/lbrycrd-linux-1745.zip'
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue