From 917175eedcd4a397cbac4c29eb8a45042a9cc10d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 29 Mar 2017 22:21:33 +0100 Subject: Move opcodes into bytecode/deployedBytecode --- docs/using-the-compiler.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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)", -- cgit