We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a78074b + ec3f2d4 commit 8474f5cCopy full SHA for 8474f5c
util/pkg/node/node.go
@@ -65,7 +65,7 @@ type NodeStatus struct {
65
UploadSpeed float64 `json:"uploadSpeed"`
66
RegistrationTime int64 `json:"registrationTime"` //StartTimeStamp
67
LastPing int64 `json:"lastPing"`
68
- Chain string `json:"chain"`
+ Chain string `json:"chainName"`
69
WalletAddress string `json:"walletAddress"`
70
Version string `json:"version"`
71
CodeHash string `json:"codeHash"`
0 commit comments