Skip to content

Commit

Permalink
Merge pull request #91 from bloxbean/update_gov_state_query
Browse files Browse the repository at this point in the history
chore: (GovStateQuery) Add committee votes in the result of deserializing the proposal list
  • Loading branch information
Sotatek-HuyLe3a authored Oct 1, 2024
2 parents 57ca66e + 84fc189 commit dde73f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ public Proposal deserializeProposalResult(DataItem proposalDI) {
return Proposal.builder()
.govActionId(govActionId)
.dRepVotes(dRepVotes)
.committeeVotes(committeeVotes)
.stakePoolVotes(stakePoolVotes)
.proposalProcedure(proposalProcedure)
.expiredAfter(expiredAfter)
Expand Down

0 comments on commit dde73f1

Please sign in to comment.