1
0

pass config.path to daemon (exemptore). fixes #901

This commit is contained in:
ThomasV
2015-04-02 12:12:18 +02:00
parent 98cc9c53d1
commit 5f29017c9d
2 changed files with 7 additions and 2 deletions

View File

@@ -276,6 +276,7 @@ if __name__ == '__main__':
network.start()
if arg == 'status':
print_json({
'path': network.config.path,
'server': network.get_parameters()[0],
'blockchain_height': network.get_local_height(),
'server_height': network.get_server_height(),