mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Update lowest server score for comparison
This commit is contained in:
@@ -826,6 +826,7 @@ Remote.prototype.getServer = function() {
|
||||
var bScore = _server._score + _server._fee;
|
||||
if (bScore < cScore) {
|
||||
server = _server;
|
||||
cScore = bScore;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user