mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2211 from ethereum/jsonio-fixes
Follow the JSON I/O spec closely
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user