AraBlocks/ara-contracts

Use OpenZeppelin's `Ownable` for all contracts

cckelly opened this issue · 1 comments

Expected Behavior

All contracts should use Ownable.sol found here.

Actual Behavior

Contracts use isolated ownership logic that doesn't have functionality for transferring or renouncing ownership.

Not relevant anymore. Closing.