Skip to content

Commit

Permalink
fix(contracts): use correct param for poll contract verification
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Dec 11, 2024
1 parent f180601 commit 6d7ea86
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 6d7ea86

Please sign in to comment.