[Heritable] ownerLives(): constant --> view
This commit is contained in:
committed by
Alejandro Santander
parent
52b6181d78
commit
51c2c50437
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user