CORIONplatform / solidity

GNU General Public License v3.0
12 stars 9 forks source link

provider.sol: owned.sol import #153

Closed gundas closed 7 years ago

gundas commented 7 years ago

It is a small thing.

provider.sol imports 'owned.sol' providerDB in 'provider.sol' extends the owned contract. However, the owned.sol does not define the owned contract. It contains the only contract called ownedDB.

Shouldn't the providerDB extend ownedDB?

iFA88 commented 7 years ago

? I don't see any ownerDB contract.

gundas commented 7 years ago

https://github.com/CORIONplatform/solidity/blob/provider-recode/owned.sol#L3

Ok, but I get it - the other files in provider-recode branch are out of date.

iFA88 commented 7 years ago

https://github.com/CORIONplatform/solidity/search?utf8=%E2%9C%93&q=ownerDB&type= I don't get any founds, interesting.. Please forget the provider-recode branch and check the rc. Thank you!