From ec3f2d4149e430b1bcfb3599dd187d4a342a82b6 Mon Sep 17 00:00:00 2001 From: vaibhavvvvv Date: Sat, 15 Jun 2024 22:25:34 +0530 Subject: [PATCH] NodeStatus Struct: replacing Chain json as chainName --- util/pkg/node/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pkg/node/node.go b/util/pkg/node/node.go index cdee6f9..822d9df 100644 --- a/util/pkg/node/node.go +++ b/util/pkg/node/node.go @@ -65,7 +65,7 @@ type NodeStatus struct { UploadSpeed float64 `json:"uploadSpeed"` RegistrationTime int64 `json:"registrationTime"` //StartTimeStamp LastPing int64 `json:"lastPing"` - Chain string `json:"chain"` + Chain string `json:"chainName"` WalletAddress string `json:"walletAddress"` Version string `json:"version"` CodeHash string `json:"codeHash"`