Skip to content

Commit

Permalink
fix tally.mp() not a function error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 24, 2024
1 parent 4f628dc commit 13c748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tasks/verifyAll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function verifyTally(tally: Contract, run: any): Promise<string> {
tally.verifier(),
tally.vkRegistry(),
tally.poll(),
tally.mp(),
tally.messageProcessor(),
])
await run('verify:verify', { address: tally.target, constructorArguments })
return SUCCESS
Expand Down

0 comments on commit 13c748d

Please sign in to comment.