Skip to content

Commit

Permalink
votingDuration is obsolete post MACI v1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed May 21, 2024
1 parent 30a38a3 commit 465a116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/tasks/runners/exportRound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ async function getRoundInfo(
await pollContract.getDeployTimeAndDuration()
startTime = getNumber(roundStartTime)
signUpDuration = roundDuration
votingDuration = roundDuration
endTime = startTime + getNumber(roundDuration)

pollId = await roundContract.pollId()
Expand Down

0 comments on commit 465a116

Please sign in to comment.