aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-04-07 21:59:13 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-04-07 22:33:13 +0800
commitfea26bc4ba60200219884ed6fe0a77dc8036eaeb (patch)
tree2e171a94f0371c90f8e85aa6c638d62dd893bec9 /docs/using-the-compiler.rst
parentb62a6949b58a2682af05e19deea7424e7e18b9d5 (diff)
downloaddexon-solidity-fea26bc4ba60200219884ed6fe0a77dc8036eaeb.tar.gz
dexon-solidity-fea26bc4ba60200219884ed6fe0a77dc8036eaeb.tar.zst
dexon-solidity-fea26bc4ba60200219884ed6fe0a77dc8036eaeb.zip
Rename legacyAssemblyJSON to legacyAssembly
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 ab7761ec..9f3ac3cc 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -126,7 +126,7 @@ Input Description
// metadata - Metadata
// ir - New assembly format before desugaring
// evm.assembly - New assembly format after desugaring
- // evm.legacyAssemblyJSON - Old-style assembly format in JSON
+ // evm.legacyAssembly - Old-style assembly format in JSON
// evm.bytecode - All the evm.bytecode features from below
// evm.bytecode.object - Bytecode object
// evm.bytecode.opcodes - Opcodes list
@@ -213,8 +213,8 @@ Output Description
evm: {
// Assembly (string)
assembly: "",
- // Old-style assembly (string)
- legacyAssemblyJSON: [],
+ // Old-style assembly (object)
+ legacyAssembly: [],
// Bytecode and related details.
bytecode: {
// The bytecode as a hex string.