Skip to content

Commit

Permalink
changed view for constant
Browse files Browse the repository at this point in the history
  • Loading branch information
azavalla authored and eternauta1337 committed Jan 18, 2018
1 parent 4332135 commit c7807c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ownership/Inheritable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ contract Inheritable is Ownable {
timeOfDeath = 0;
}

function ownerLives() internal view returns (bool) {
function ownerLives() internal constant returns (bool) {
return timeOfDeath == 0;
}
}

0 comments on commit c7807c5

Please sign in to comment.