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

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

Description

@sebkim

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions