Commit 80ae074c by zava Committed by Alejandro Santander

marked ownerLives as view

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