Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evlekht committed Sep 8, 2023
1 parent e8387fa commit d2e260b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/caminoethvm
Submodule caminoethvm updated 1 files
+1 −1 caminogo
2 changes: 1 addition & 1 deletion services/indexes/avax/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ func (r *Reader) dacProposalFromDB(proposal *db.DACProposal) (models.DACProposal
}

func (r *Reader) dacVotesFromDB(votes []db.DACVote) ([]models.DACVote, error) {
dacVotes := make([]models.DACVote, 0, len(votes))
dacVotes := make([]models.DACVote, len(votes))
for i := range votes {
dacVote, err := r.dacVoteFromDB(&votes[i])
if err != nil {
Expand Down

0 comments on commit d2e260b

Please sign in to comment.