mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-11 10:41:11 +00:00
Fix network selection
This commit is contained in:
@@ -245,7 +245,7 @@ export class Connection {
|
||||
for (const [label, count] of chains.entries()) {
|
||||
if (count > topCount) {
|
||||
topLabel = label;
|
||||
topCount = topCount;
|
||||
topCount = count;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user