anonymousvoting
anonymousvoting copied to clipboard
AnonymousVoting.sol: avoid jump and jumpi instructions
Due to warnings, replacing jump and jumpi instructions with for and switch assembly commands. Because of if, for whatever reason, caused errors during compilation, use switch as an alternative with empty default case.
Signed-off-by: Fedor Loshakov [email protected]