stratum, 4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Wolfgang Hottgenroth 2025-02-11 10:13:29 +01:00
parent f557893fad
commit 4bdeb56013

View File

@ -60,7 +60,7 @@ func Start() {
message.Variables["stratum"] = variable_t { message.Variables["stratum"] = variable_t {
Label: "stratum", Label: "stratum",
Variable: "", Variable: "",
Value: strconv.FormatInt(int64(stratum), 10), Value: strconv.FormatUInt(uint64(stratum), 10),
Unit: "ms", Unit: "ms",
Status: status, Status: status,
} }