ether-camp / ethereum-testing-reference

30 stars 10 forks source link

abstract to abstractcontract and modifiers with semicolons #16

Open tomw1808 opened 7 years ago

tomw1808 commented 7 years ago

The testing reference is not running out of the box.

  1. abstract is renamed to "abstractcontract" in the std.sol file
  2. modifiers have to be ended with a semicolon

and I've added minor updates to the gitignore file.