Skip to content

Commit

Permalink
Update Voting_SimpleToken.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
RostyslavBortman committed Jul 17, 2018
1 parent 555071d commit 4e779b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/governance/Voting_SimpleToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ contract Voting_SimpleToken is IVoting, Ownable {
}

function callActionIfEnded() external {
_callActionIfEnded();
}

function _callActionIfEnded() internal {
if(!finishedWithYes && _isFinished() && _isYes()){
// should not be callable again!!!
finishedWithYes = true;
Expand Down

0 comments on commit 4e779b7

Please sign in to comment.