Skip to content

Commit

Permalink
Merge pull request #7 from NetSepio/rushikesh-node-strcut
Browse files Browse the repository at this point in the history
node.go struct update
  • Loading branch information
Rushikeshnimkar authored May 30, 2024
2 parents 42e627d + 25fbf57 commit 8b527a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ type Node struct {
UploadSpeed float64 `json:"uploadSpeed"`
StartTimeStamp int64 `json:"startTimeStamp"`
LastPingedTimeStamp int64 `json:"lastPingedTimeStamp"`
WalletAddress string `json:"walletAddress"`
WalletAddressSui string `json:"walletAddress"`
}

0 comments on commit 8b527a8

Please sign in to comment.