fix new_sdk_server arg for resolve

This commit is contained in:
Jack Robison 2020-11-03 16:23:31 -05:00
parent f21ab49ac5
commit 5517d2bf56
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -983,7 +983,7 @@ class Ledger(metaclass=LedgerRegistry):
urls_copy = list(urls)
if new_sdk_server:
resolve = partial(self.network.resolve, new_sdk_server)
resolve = partial(self.network.new_resolve, new_sdk_server)
while urls_copy:
batch, urls_copy = urls_copy[:500], urls_copy[500:]
txos.extend(