diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-05-02 23:47:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 23:47:14 +0800 |
commit | c09f071ff693f52a2a1434cfd6963b2d1818776e (patch) | |
tree | ae903de41b1d063a046951090de4b2562e44b0a8 /docs | |
parent | acab525fefe37f2c02478c79399d5c79e211434e (diff) | |
parent | ed3ab3506a8acb83bda9477f733d2cb07125a74a (diff) | |
download | dexon-solidity-c09f071ff693f52a2a1434cfd6963b2d1818776e.tar dexon-solidity-c09f071ff693f52a2a1434cfd6963b2d1818776e.tar.gz dexon-solidity-c09f071ff693f52a2a1434cfd6963b2d1818776e.tar.bz2 dexon-solidity-c09f071ff693f52a2a1434cfd6963b2d1818776e.tar.lz dexon-solidity-c09f071ff693f52a2a1434cfd6963b2d1818776e.tar.xz dexon-solidity-c09f071ff693f52a2a1434cfd6963b2d1818776e.tar.zst dexon-solidity-c09f071ff693f52a2a1434cfd6963b2d1818776e.zip |
Merge pull request #2211 from ethereum/jsonio-fixes
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 890604b1..7aa997f8 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -221,7 +221,7 @@ Output Description // Assembly (string) assembly: "", // Old-style assembly (object) - legacyAssembly: [], + legacyAssembly: {}, // Bytecode and related details. bytecode: { // The bytecode as a hex string. |