marked ownerLives as view

pull/680/head
zava 7 years ago committed by Alejandro Santander
parent d808e49b51
commit 80ae074c57
  1. 4
      contracts/ownership/Inheritable.sol

@ -92,7 +92,7 @@ contract Inheritable is Ownable {
timeOfDeath = 0;
}
function ownerLives() internal returns (bool) {
function ownerLives() internal view returns (bool) {
return timeOfDeath == 0;
}
}
}

Loading…
Cancel
Save