-
Notifications
You must be signed in to change notification settings - Fork 23
none uni voting machines #79
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
Conversation
solc 0.5.17
external | ||
initializer { | ||
require(_precReq <= 100 && _precReq > 0, "wrong precReq"); | ||
parameters = Parameters({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not save them directly as variables of the contract instead of keeping the struct? (In all the contracts)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks better in struct . though need to check the gas diff for this 2 options.
@@ -1,59 +0,0 @@ | |||
require("babel-polyfill"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe leave this like in Arc?
solc 0.5.17