eshon / conference

A simple Ethereum smart contract + DApp example
175 stars 106 forks source link

Truffle Compile Failed #14

Closed hpduong closed 7 years ago

hpduong commented 7 years ago

Hi, I am getting this error on "truffle compile"

`[henry@x1 conference]$ truffle compile Compiling ./contracts/Conference.sol... Compiling ./contracts/Migrations.sol...

/home/henry/projects/conference/contracts/Migrations.sol:7:3: ParserError: Expected token Semicolon got 'RBrace' } ^ Compiliation failed. See above. `

What should I do to fix this?

hpduong commented 7 years ago

Ulysses ticket "To help others out" helped me fix this issue.