replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee (fixed indentation)

This commit is contained in:
venzen 2015-05-10 17:28:02 +07:00
parent 367315a4de
commit 9658ba137f
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class ElectrumGui:
def network_dialog(self):
if not self.network: return
auto_connect = self.network.config.get('auto_cycle')
host, port, protocol, proxy_config, auto_connect = self.network.get_parameters()
host, port, protocol, proxy_config, auto_connect = self.network.get_parameters()
srv = 'auto-connect' if auto_connect else self.network.default_server
out = self.run_dialog('Network', [