Skip to content

Commit

Permalink
Update Voting.sol: Enhanced 'Slots' usage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xScratch authored Oct 9, 2023
1 parent 5a1ecae commit 5a301f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Level2/Voting/Voting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ contract Voting {

address public owner;
address public winnerAddress;
bool votingStarted;
string public eventName;
uint public totalVote;
bool votingStarted;

struct Candidate{
string name;
Expand Down

0 comments on commit 5a301f2

Please sign in to comment.