diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/using-the-compiler.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 5b8a4b5c..72166f18 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -140,7 +140,9 @@ Regular Output ] contracts: { "sourceFile.sol:ContractName": { - abi: + // The Ethereum Contract ABI. If empty, it is represented as an empty array. + // See https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI + abi: [], evm: { assembly: bytecode: |