forked from LBRYCommunity/lbry-sdk
update lbcwallet url
This commit is contained in:
parent
6257948ad7
commit
da30f003e8
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue