1
0

follow-up prev: indentations should not use tabs in *.py

re https://github.com/spesmilo/electrum/pull/8044
This commit is contained in:
SomberNight
2022-10-31 15:26:27 +00:00
parent 5f24030e97
commit 7db396aad9
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ class Commands:
""" network info """
net_params = self.network.get_parameters()
response = {
'network': constants.net.NET_NAME,
'network': constants.net.NET_NAME,
'path': self.network.config.path,
'server': net_params.server.host,
'blockchain_height': self.network.get_local_height(),