Skip to content

Commit

Permalink
Add votesExcluded to proposals and payment requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dantudor committed Sep 23, 2021
1 parent d6dc907 commit 7704683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dao.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type Proposal struct {
VotesYes uint `json:"votesYes"`
VotesAbs uint `json:"votesAbs"`
VotesNo uint `json:"votesNo"`
VotesExcluded uint `json:"votesExcluded"`
VotingCycle uint `json:"votingCycle"`
Status string `json:"status"`
State uint `json:"state"`
Expand All @@ -34,6 +35,7 @@ type PaymentRequest struct {
VotesYes uint `json:"votesYes"`
VotesAbs uint `json:"votesAbs"`
VotesNo uint `json:"votesNo"`
VotesExcluded uint `json:"votesExcluded"`
VotingCycle uint `json:"votingCycle"`
Status string `json:"status"`
State uint `json:"state"`
Expand Down

0 comments on commit 7704683

Please sign in to comment.