Skip to content

Commit

Permalink
add missing start
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Apr 3, 2024
1 parent 4b513e8 commit 2a8fa90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/tasks/runners/resetTally.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ task('reset-tally', 'Reset the tally contract')

let success = false
try {
await subtask.logStart()

const [coordinator] = await hre.ethers.getSigners()
console.log('Coordinator address: ', await coordinator.getAddress())

Expand Down

0 comments on commit 2a8fa90

Please sign in to comment.