Skip to content

Commit

Permalink
fix: check voter delegation (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng authored Feb 18, 2025
1 parent 135f544 commit 320dcd4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@ async function vote(
await checkVoterDelegation({
proposal,
voterNetwork,
address,
realVoter,
voter,
});

const weights = await getWeights({
Expand Down

0 comments on commit 320dcd4

Please sign in to comment.