Skip to content

Commit

Permalink
marked ownerLives as view
Browse files Browse the repository at this point in the history
  • Loading branch information
azavalla authored and eternauta1337 committed Jan 18, 2018
1 parent d808e49 commit 80ae074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 returns (bool) {
function ownerLives() internal view returns (bool) {
return timeOfDeath == 0;
}
}
}

0 comments on commit 80ae074

Please sign in to comment.