Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a few issues with the files in contracts folder #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gopikrishnanrmg
Copy link

Fixed a few issues in files in contracts folder as a result of deprecation.

Added emit for event and fixed deprecation issue with the constructor.
Fixed the deprecation issue with the constructor.
Solidity version was outdated =>/election-master/contracts/Election.sol:1:1: SyntaxError: Source file requires different compiler version (current compiler is 0.4.24+commit.e67f0147.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
pragma solidity 0.4.20;

Updated the version to 0.4.24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant