CORIONplatform / solidity

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

provider.sol - wrong argument count #129

Closed jmsanta closed 6 years ago

jmsanta commented 6 years ago

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

I get an error compiling this file : provider.sol

wrong argument count ( expected 0 )

if you change code to : contract provider is module { function provider(address) module() {} }

there is no error or warning.

iFA88 commented 6 years ago

Thank you, please use bugBounty branch!