Sebo Kim
Results
1
issues of
Sebo Kim
in this contract code, function checkValidator(address _address) public view returns (bool) { // owner is a permanent validator if (_address == owner) { // owner should be owner() return true;...