TripleSpeeder / StandingOrderDapp

DApp for StandingOrders
MIT License
5 stars 0 forks source link

Simplify: Don't allow changing of owner #49

Closed TripleSpeeder closed 7 years ago

TripleSpeeder commented 7 years ago

Changing owner would need to be tracked in the factory contract, which would require the order instances calling back into the factory to update the ownermapping. This is not desired (instances should be totally independent of factory once created), so let's remove the ownable base contract.