BlockCatIO / solidity-flattener

A python utility to flatten Solidity code with imports into a single file.
MIT License
267 stars 98 forks source link

Solidity flattener doesn't support emit! #28

Closed gburtini closed 6 years ago

gburtini commented 6 years ago

An error is produced when "modern" solidity features like emit and require with two arguments are used.

gburtini commented 6 years ago

Solution: Make sure you're running the latest version of the solc compiler. :+1: