Skip to content

Commit

Permalink
added TotalAccounts in networkstatus struct
Browse files Browse the repository at this point in the history
  • Loading branch information
izikdepth committed Feb 3, 2024
1 parent b723947 commit 912118d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type NetStatus struct {
TotalNetworkPower int64
TotalCommitteePower int64
NetworkName string
TotalAccounts int
}

type NodeInfo struct {
Expand Down

0 comments on commit 912118d

Please sign in to comment.