Closed davidrhodus closed 7 years ago
Thanks, but still doesn't work for me, unfortunately.
$ truffle version
Truffle v2.0.4
$ truffle compile
Compiling Conference.sol...
Compiling Migrations.sol...
Error compiling:
Conference.sol:9:3: Error: Expected token Semicolon got 'Event'
event Refund(address, _to, uint, _amount)
^
Compiliation failed. See above.
hi @bkinsey808 checkout my other pull request which fixes the compile errors -- https://github.com/llSourcell/ethereum_demo/pull/3
fix issue #1