CORIONplatform / solidity

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

provider.sol - function provider (wrong argument count for modifier invocation) ? #128

Closed jmsanta closed 6 years ago

jmsanta commented 6 years ago

compiling this file I get an error that says : wrong argument count for modifier invocation ?

1 argument is given but expected 0

If I Put : function provider(address moduleHandlerAddress) {}

Or function provider(address moduleHandlerAddress) module() {}

I get a Warning only.

Revision : https://github.com/CORIONplatform/solidity/commit/288f401a9f415d9932ef51b7651fdf19d2a2550c

iFA88 commented 6 years ago

Provider is still in development and will be full recoded, but thank you for your issue. Please for the bug bounty review use bugBounty branch.

jmsanta commented 6 years ago

thanks, I will check for more sofisticated errors,

but can you provide the way to report it ? I change to the bugBounty branch. but the issues are all mixed in the same tab? sorry :(

iFA88 commented 6 years ago

Yes the issues are mixed but this is not the problem. You need check the .sol files inside the bugBounty branch. If you have any bug found you can open an issue for that.