CORIONplatform / solidity

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

No way to to change exchange address in the Token contract #118

Closed gundas closed 7 years ago

gundas commented 7 years ago

I have a few issues/questions in regards to an exchange address stored in the Token contract:

iFA88 commented 7 years ago

We have discussed that. The first plan was that the users who buying ether only for gas ( above 0.2ETC ) we don't charge any fee. But I will now remove hard coded exchangeAddress for that.

Dexaran commented 7 years ago

I agree. The central controlling unit of the system is moduleHandler. It would be better to receive exchange address from moduleHandler contract.