Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

truffle-ethereum/contracts/ValidatorManagerControl.sol typo!! #15

Open
sebkim opened this issue Oct 25, 2018 · 0 comments
Open

truffle-ethereum/contracts/ValidatorManagerControl.sol typo!! #15

sebkim opened this issue Oct 25, 2018 · 0 comments

Comments

@sebkim
Copy link

sebkim commented Oct 25, 2018

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;
}
return validators[_address];
}

owner should be onwer() function.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant