Browse Source

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

283
venzen 10 years ago
parent
commit
9658ba137f
  1. 2
      gui/text.py

2
gui/text.py

@ -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', [

Loading…
Cancel
Save