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 4e779b7 commit 470c584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/governance/Voting_SimpleToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ contract Voting_SimpleToken is IVoting, Ownable {
_callActionIfEnded();
}

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

0 comments on commit 470c584

Please sign in to comment.