adrianmcli / truffle-react

⚛️ A boilerplate Truffle Box project with Create React App for rapid Ethereum Dapp development
46 stars 5 forks source link

Update Smart Contract to latest best practices for constructor definition #7

Closed adrianmcli closed 6 years ago

adrianmcli commented 6 years ago

Warning: Defining constructors as functions with the same name as the contract is deprecated. Use "constructor(...) { ... }" instead.

The above warning is shown when compiling the contracts.