UptownResearch / pyTokenSpike

intial work on pyTokens
0 stars 0 forks source link

Making pyToken.sol to inherit from Ownable.sol #4

Open alcueca opened 4 years ago

alcueca commented 4 years ago

https://github.com/UptownResearch/pyTokenSpike/blob/a71909b85e484ff565554672b0dcaacb607c6b58/dapp/contracts/pytoken.sol#L114

Is there a reason to reimplement Ownable ourselves?

aniemerg commented 4 years ago

This makes sense to me.