mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
servers
This commit is contained in:
parent
f60f6c28d3
commit
d6d9b5f1d1
1 changed files with 1 additions and 1 deletions
|
@ -959,7 +959,7 @@ class Wallet:
|
|||
|
||||
elif method == 'server.peers':
|
||||
#print "Received server list: ", result
|
||||
self.servers = map( lambda x:x[1], result )
|
||||
self.interface.servers = map( lambda x:x[1], result )
|
||||
|
||||
elif method == 'address.subscribe':
|
||||
addr = params[-1]
|
||||
|
|
Loading…
Add table
Reference in a new issue