stratum, 4

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 {
Label: "stratum",
Variable: "",
Value: strconv.FormatInt(int64(stratum), 10),
Value: strconv.FormatUInt(uint64(stratum), 10),
Unit: "ms",
Status: status,
}