1
0

scripts: use config in get_peers

This commit is contained in:
ThomasV
2017-09-06 17:35:41 +02:00
parent 29aaa1c4c4
commit ff5074207c
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ def analyze(results):
peers = util.get_peers()
results = util.send_request(peers, 'blockchain.headers.subscribe', [])
errors = analyze(results).keys()
for n,v in sorted(results.items(), key=lambda x:x[1].get('block_height')):