mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix
This commit is contained in:
parent
86d4631230
commit
29671f55b6
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ class MiniActuator:
|
|||
server_line = "%s:%s:%s" % (server_name, port, protocol)
|
||||
|
||||
# Should this have exception handling?
|
||||
self.wallet.set_server(server_line, self.config.get(["proxy"]))
|
||||
self.wallet.interface.set_server(server_line, self.wallet.config.get("proxy"))
|
||||
|
||||
def copy_address(self, receive_popup):
|
||||
"""Copy the wallet addresses into the client."""
|
||||
|
|
Loading…
Add table
Reference in a new issue