WebdevteamIG / blockchainvoting

1 stars 3 forks source link

Fixed duration of election #21

Closed sahil-ramagiri closed 3 years ago

sahil-ramagiri commented 3 years ago

Pass duration of election in constructor and no votes should count after the duration.

saitejach127 commented 3 years ago

Convert the code into fixed duration at the time of constructor instead of manually ending the election but keep the manually ending for safe side Features: Pass duration in constructor End election in that duration Able to end election in between by only admin

sahil-ramagiri commented 3 years ago

Can I work on this

saitejach127 commented 3 years ago

Sure go ahead