Skip to content

Commit

Permalink
Merge pull request #15 from NetSepio/node_update
Browse files Browse the repository at this point in the history
NodeStatus Struct: replacing Chain json as chainName
  • Loading branch information
vaibhavvvvv authored Jun 15, 2024
2 parents a78074b + ec3f2d4 commit 8474f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 8474f5c

Please sign in to comment.