Commit 51c2c504 by zava Committed by Alejandro Santander

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

parent 52b6181d
......@@ -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;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment