Make isOwner() const. Add necessary toString() calls in tests.
This commit is contained in:
@ -13,7 +13,4 @@ contract ShareableMock is Shareable {
|
||||
count = count + 1;
|
||||
}
|
||||
|
||||
function isOwnerConst(address _addr) constant returns (bool) {
|
||||
return isOwner(_addr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user