From 9fc017d10b3da56f4e94b73bf9f9f6ec7d5345cf Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 2 Feb 2017 21:35:57 +0000 Subject: Support linkReferences with length specified --- docs/using-the-compiler.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 67b3f32c..ed7f0856 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -212,7 +212,10 @@ Output Description linkReferences: { "libraryFile.sol": { // Byte offsets into the bytecode. Linking replaces the 20 bytes located there. - "Library1": [1, 200, 80] + "Library1": [ + { start: 0, length: 20 }, + { start: 200, length: 20 } + ] } } } -- cgit v1.2.3