update lbcwallet url

This commit is contained in:
Victor Shyba 2022-05-25 12:17:57 -03:00
parent 6257948ad7
commit da30f003e8

View file

@ -7,7 +7,7 @@ __lbcd_url__ = (
) )
__lbcwallet_url__ = ( __lbcwallet_url__ = (
'https://github.com/lbryio/lbcwallet/releases/download/' + 'https://github.com/lbryio/lbcwallet/releases/download/' +
'v0.13.100-alpha-rc2/lbcwallet_0.13.100-alpha-rc2_TARGET_PLATFORM.tar.gz' 'v0.13.100-alpha.0/lbcwallet_0.13.100-alpha.0_TARGET_PLATFORM.tar.gz'
) )
__spvserver__ = 'lbry.wallet.server.coin.LBCRegTest' __spvserver__ = 'lbry.wallet.server.coin.LBCRegTest'