Fix network selection

This commit is contained in:
maciejhirsz
2018-07-18 15:31:54 +02:00
parent 1a4322888c
commit 38435ba2ff
+1 -1
View File
@@ -245,7 +245,7 @@ export class Connection {
for (const [label, count] of chains.entries()) {
if (count > topCount) {
topLabel = label;
topCount = topCount;
topCount = count;
}
}