Skip to content

Commit 8474f5c

Browse files
authored
Merge pull request #15 from NetSepio/node_update
NodeStatus Struct: replacing Chain json as chainName
2 parents a78074b + ec3f2d4 commit 8474f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/pkg/node/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ type NodeStatus struct {
6565
UploadSpeed float64 `json:"uploadSpeed"`
6666
RegistrationTime int64 `json:"registrationTime"` //StartTimeStamp
6767
LastPing int64 `json:"lastPing"`
68-
Chain string `json:"chain"`
68+
Chain string `json:"chainName"`
6969
WalletAddress string `json:"walletAddress"`
7070
Version string `json:"version"`
7171
CodeHash string `json:"codeHash"`

0 commit comments

Comments
 (0)