follow-up prev: indentations should not use tabs in *.py
re https://github.com/spesmilo/electrum/pull/8044
This commit is contained in:
@@ -149,7 +149,7 @@ task:
|
|||||||
matrix:
|
matrix:
|
||||||
- name: Flake8 Mandatory
|
- name: Flake8 Mandatory
|
||||||
env:
|
env:
|
||||||
ELECTRUM_LINTERS: E9,F63,F7,F82
|
ELECTRUM_LINTERS: E9,F63,F7,F82,W191
|
||||||
- name: Flake8 Non-Mandatory
|
- name: Flake8 Non-Mandatory
|
||||||
env:
|
env:
|
||||||
ELECTRUM_LINTERS: E,F,W,C90
|
ELECTRUM_LINTERS: E,F,W,C90
|
||||||
|
|||||||
@@ -204,7 +204,7 @@ class Commands:
|
|||||||
""" network info """
|
""" network info """
|
||||||
net_params = self.network.get_parameters()
|
net_params = self.network.get_parameters()
|
||||||
response = {
|
response = {
|
||||||
'network': constants.net.NET_NAME,
|
'network': constants.net.NET_NAME,
|
||||||
'path': self.network.config.path,
|
'path': self.network.config.path,
|
||||||
'server': net_params.server.host,
|
'server': net_params.server.host,
|
||||||
'blockchain_height': self.network.get_local_height(),
|
'blockchain_height': self.network.get_local_height(),
|
||||||
|
|||||||
Reference in New Issue
Block a user