mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 14:44:10 +01:00
Update seednode version to 0.6.2
This commit is contained in:
parent
f12c89db78
commit
ef8796be3c
@ -37,8 +37,7 @@ import java.util.Arrays;
|
||||
|
||||
@Slf4j
|
||||
public class SeedNode {
|
||||
// Bisq v0.6.1 did not change anything relevant for that project so we stick with 0.6.0
|
||||
public static final String VERSION = "0.6.1";
|
||||
public static final String VERSION = "0.6.2";
|
||||
|
||||
private static BisqEnvironment bisqEnvironment;
|
||||
public static void setEnvironment(BisqEnvironment bisqEnvironment) {
|
||||
|
@ -153,11 +153,10 @@ public class MetricsByNodeAddressMap extends HashMap<NodeAddress, Metrics> {
|
||||
html.append("<font color=\"" + color + "\">" + str + "</font> ").append("<br/>");
|
||||
|
||||
if (deviation > 120 || deviation < 80) {
|
||||
//TODO URL
|
||||
if (slackApi != null)
|
||||
slackApi.call(new SlackMessage("Warning: " + nodeAddress.getFullAddress(),
|
||||
"<" + operator + ">" + " Your seed node delivers diverging results for " + dataItem + ". " +
|
||||
"Please check the monitoring status page at http://localhost:8080/"));
|
||||
"Please check the monitoring status page at http://178.62.249.232:8080/"));
|
||||
}
|
||||
});
|
||||
sb.append("\nDuration all requests: ").append(allDurationsString)
|
||||
|
Loading…
Reference in New Issue
Block a user