SomberNight
2 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
2 additions and
2 deletions
-
.cirrus.yml
-
electrum/commands.py
|
|
@ -149,7 +149,7 @@ task: |
|
|
|
matrix: |
|
|
|
- name: Flake8 Mandatory |
|
|
|
env: |
|
|
|
ELECTRUM_LINTERS: E9,F63,F7,F82 |
|
|
|
ELECTRUM_LINTERS: E9,F63,F7,F82,W191 |
|
|
|
- name: Flake8 Non-Mandatory |
|
|
|
env: |
|
|
|
ELECTRUM_LINTERS: E,F,W,C90 |
|
|
|
|
|
@ -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(), |
|
|
|