AraBlocks / ara-contracts

Blockchain interactions in Ara modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use OpenZeppelin's `Ownable` for all contracts

cckelly opened this issue · 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.