commit b5435a16e83ac71a204ec2537a773f870d4cc9a6
parent 088d8e841554ab02fbc0285fcadb420f08343f72
Author: ThomasV <thomasv@gitorious>
Date: Tue, 2 Jun 2015 11:41:41 +0200
fix auto_connect name displayed in status
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum b/electrum
@@ -161,7 +161,7 @@ def run_daemon(config):
'server_height': network.get_server_height(),
'nodes': network.get_interfaces(),
'connected': network.is_connected(),
- 'auto-connect': p[4],
+ 'auto_connect': p[4],
})
elif cmd == 'stop':
network.stop_daemon()