Consolidate operations on LocalNode. (#3140)

This commit is contained in:
Raja Subramanian
2024-10-25 18:57:23 +05:30
committed by GitHub
parent d341ee1ce8
commit 49b75e94a6
15 changed files with 180 additions and 94 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ func startServer(c *cli.Context) error {
return err
}
if err := prometheus.Init(currentNode.Id, currentNode.Type); err != nil {
if err := prometheus.Init(string(currentNode.NodeID()), currentNode.NodeType()); err != nil {
return err
}