Skip to content

Commit

Permalink
Merge pull request #1965 from privacy-scaling-explorations/fix/contra…
Browse files Browse the repository at this point in the history
…cts-verification

fix(contracts): use correct param for poll contract verification
  • Loading branch information
0xmad authored Dec 12, 2024
2 parents f180601 + 6d7ea86 commit e087db8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/contracts/tasks/deploy/poll/01-poll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ deployment.deployTask(EDeploySteps.Poll, "Deploy poll").then((task) =>
intStateTreeDepth,
voteOptionTreeDepth,
},
{
messageBatchSize,
},
messageBatchSize,
unserializedKey.asContractParam(),
extContracts,
emptyBallotRoot.toString(),
Expand Down

0 comments on commit e087db8

Please sign in to comment.