Commit 818f818c authored by ankitsaxena21's avatar ankitsaxena21

Update ballot.sol

parent bd204206
......@@ -13,8 +13,7 @@ contract Ballot {
}
// This is a type for a single proposal.
struct Proposal
{
struct Proposal {
bytes32 name; // short name (up to 32 bytes)
uint voteCount; // number of accumulated votes
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment