Skip to content

Commit

Permalink
Merge pull request ethereum#3417 from zhangsawyer/patch-2
Browse files Browse the repository at this point in the history
Update using-the-compiler.rst
  • Loading branch information
axic authored Jan 22, 2018
2 parents eba46a6 + 530b47a commit e5def2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using-the-compiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ Input Description
},
// Enable the abi and opcodes output of MyContract defined in file def.
"def": {
"MyContract": [ "abi", "evm.opcodes" ]
"MyContract": [ "abi", "evm.bytecode.opcodes" ]
},
// Enable the source map output of every single contract.
"*": {
"*": [ "evm.sourceMap" ]
"*": [ "evm.bytecode.sourceMap" ]
},
// Enable the legacy AST output of every single file.
"*": {
Expand Down

0 comments on commit e5def2d

Please sign in to comment.