diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-05-02 22:20:27 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-05-02 22:52:38 +0800 |
commit | ed3ab3506a8acb83bda9477f733d2cb07125a74a (patch) | |
tree | 7cfda674b2ef48fe2ebb0efb2a987ed135caabb0 /docs | |
parent | 1b15291af2342f65d784032b4508706100b5b016 (diff) | |
download | dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.tar.gz dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.tar.zst dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.zip |
Follow the JSON I/O spec closely
Diffstat (limited to 'docs')
-rw-r--r-- | docs/using-the-compiler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index b74da213..85ef9230 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -222,7 +222,7 @@ Output Description // Assembly (string) assembly: "", // Old-style assembly (object) - legacyAssembly: [], + legacyAssembly: {}, // Bytecode and related details. bytecode: { // The bytecode as a hex string. |