From 09159fbd039a8f2f7a3cc565c3451b232c88a301 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Tue, 30 Nov 2021 23:42:22 -0800 Subject: [PATCH] update lbcd and lbcwallet veresion --- lbry/wallet/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbry/wallet/__init__.py b/lbry/wallet/__init__.py index 9896a1995..ba9c36d31 100644 --- a/lbry/wallet/__init__.py +++ b/lbry/wallet/__init__.py @@ -3,11 +3,11 @@ __lbcctl__ = 'lbcctl' __lbcwallet__ = 'lbcwallet' __lbcd_url__ = ( 'https://github.com/lbryio/lbcd/releases/download/' + - 'v0.22.100-beta-rc2/lbcd_0.22.100-beta-rc2_TARGET_PLATFORM.tar.gz' + 'v0.22.100-beta-rc4/lbcd_0.22.100-beta-rc4_TARGET_PLATFORM.tar.gz' ) __lbcwallet_url__ = ( 'https://github.com/lbryio/lbcwallet/releases/download/' + - 'v0.12.100-alpha-rc1/lbcwallet_0.12.100-alpha-rc1_TARGET_PLATFORM.tar.gz' + 'v0.12.100-alpha-rc2/lbcwallet_0.12.100-alpha-rc2_TARGET_PLATFORM.tar.gz' ) __spvserver__ = 'lbry.wallet.server.coin.LBCRegTest'