Boolean algebra at it again
Im studying this shit, I shouldn't make such errors ;_;
This commit is contained in:
parent
2bdc5884c4
commit
9a1a5ba937
@ -5,7 +5,7 @@ contract sexpool
|
||||
|
||||
modifier onlyMembers
|
||||
{
|
||||
if (msg.sender != Fredrik || msg.sender != Daniel) throw;
|
||||
if (msg.sender != Fredrik && msg.sender != Daniel) throw;
|
||||
_
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user