Commit c7807c5b by zava Committed by Alejandro Santander

changed view for constant

parent 43321353
......@@ -92,7 +92,7 @@ contract Inheritable is Ownable {
timeOfDeath = 0;
}
function ownerLives() internal view returns (bool) {
function ownerLives() internal constant 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