Skip to content

Commit

Permalink
solar should target homestead by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hayeah committed Jul 11, 2019
1 parent 399dee2 commit 3907f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.go
Expand Up @@ -153,7 +153,7 @@ func (c *Compiler) execSolc() (*rawCompilerOutput, error) {

filename := c.Filename

args := []string{filename, "--combined-json", "bin,metadata"}
args := []string{filename, "--combined-json", "bin,metadata", "--evm-version", "homestead"}

if !opts.NoOptimize {
args = append(args, "--optimize")
Expand Down

0 comments on commit 3907f9f

Please sign in to comment.