forked from LBRYCommunity/lbry-sdk
fix new_sdk_server arg for resolve
This commit is contained in:
parent
f21ab49ac5
commit
5517d2bf56
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ class Ledger(metaclass=LedgerRegistry):
|
||||||
urls_copy = list(urls)
|
urls_copy = list(urls)
|
||||||
|
|
||||||
if new_sdk_server:
|
if new_sdk_server:
|
||||||
resolve = partial(self.network.resolve, new_sdk_server)
|
resolve = partial(self.network.new_resolve, new_sdk_server)
|
||||||
while urls_copy:
|
while urls_copy:
|
||||||
batch, urls_copy = urls_copy[:500], urls_copy[500:]
|
batch, urls_copy = urls_copy[:500], urls_copy[500:]
|
||||||
txos.extend(
|
txos.extend(
|
||||||
|
|
Loading…
Add table
Reference in a new issue