[Heritable] ownerLives(): constant --> view

pull/680/head
zava 7 years ago committed by Alejandro Santander
parent 52b6181d78
commit 51c2c50437
  1. 2
      contracts/ownership/Heritable.sol

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

Loading…
Cancel
Save