anonymousvoting icon indicating copy to clipboard operation
anonymousvoting copied to clipboard

Avoiding jump and jumpi instructions due to warnings

Open fedorloshakov opened this issue 7 years ago • 0 comments

Replace jump and jumpi instructions in both AnonymousVoting.sol and LocalCrypto.sol with for and switch assembly instructions due to warnings. Switch instructions was used, because, for whatever reason, if instructions caused compilation errors.

fedorloshakov avatar Jan 27 '18 16:01 fedorloshakov