From 590572d50d1003204e9d143e6dee10aedd6816f0 Mon Sep 17 00:00:00 2001 From: Harry Altman Date: Wed, 12 Aug 2020 19:16:10 -0400 Subject: [PATCH] Correct immutableReferences documentation from array to object --- docs/using-the-compiler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index c1d416dc2..008855179 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -441,11 +441,11 @@ Output Description }, "deployedBytecode": { ..., // The same layout as above. - "immutableReferences": [ + "immutableReferences": { // There are two references to the immutable with AST ID 3, both 32 bytes long. One is // at bytecode offset 42, the other at bytecode offset 80. "3": [{ "start": 42, "length": 32 }, { "start": 80, "length": 32 }] - ] + } }, // The list of function hashes "methodIdentifiers": {