From a13735769b9d535ac838abea4359f9ca3935cc06 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Fri, 12 Nov 2021 07:41:14 -0800 Subject: [PATCH] test: update lbcd to avoid txn being rejected due to munimum fee --- lbry/wallet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/wallet/__init__.py b/lbry/wallet/__init__.py index f6b6bbb2f..0f7166418 100644 --- a/lbry/wallet/__init__.py +++ b/lbry/wallet/__init__.py @@ -3,7 +3,7 @@ __lbcctl__ = 'lbcctl' __lbcwallet__ = 'lbcwallet' __lbcd_url__ = ( 'https://github.com/lbryio/lbcd/releases/download/' + - 'v0.22.100-beta-rc1/lbcd_0.22.100-beta-rc1_TARGET_PLATFORM.tar.gz' + 'v0.22.100-beta-rc2/lbcd_0.22.100-beta-rc2_TARGET_PLATFORM.tar.gz' ) __lbcwallet_url__ = ( 'https://github.com/lbryio/lbcwallet/releases/download/' +