Update standard json documentation

This commit is contained in:
Alex Beregszaszi 2017-10-19 14:24:33 +01:00
parent bbcec95bac
commit 59bed63dbc

View File

@ -138,7 +138,7 @@ Input Description
// ewasm.wasm - eWASM binary format (not supported atm) // ewasm.wasm - eWASM binary format (not supported atm)
// //
// Note that using a using `evm`, `evm.bytecode`, `ewasm`, etc. will select every // Note that using a using `evm`, `evm.bytecode`, `ewasm`, etc. will select every
// target part of that output. // target part of that output. Additionally, `*` can be used as a wildcard to request everything.
// //
outputSelection: { outputSelection: {
// Enable the metadata and bytecode outputs of every single contract. // Enable the metadata and bytecode outputs of every single contract.