BlockCatIO / solidity-flattener

A python utility to flatten Solidity code with imports into a single file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solidity flattener doesn't support emit!

gburtini opened this issue · comments

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

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