aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r--docs/using-the-compiler.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst
index 08f18132..3b530a29 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -210,6 +210,8 @@ Output Description
bytecode: {
// The bytecode as a hex string.
object: "00fe",
+ // Opcodes list (string)
+ opcodes: "",
// The source mapping as a string. See the source mapping definition.
sourceMap: "",
// If given, this is an unlinked object.
@@ -222,11 +224,9 @@ Output Description
]
}
}
- }
+ },
// The same layout as above.
deployedBytecode: { },
- // Opcodes list (string)
- opcodes: "",
// The list of function hashes
methodIdentifiers: {
"5c19a95c": "delegate(address)",