Support linkReferences with length specified

This commit is contained in:
Alex Beregszaszi
2017-02-08 23:41:48 +00:00
parent a3340e210e
commit 9fc017d10b
+4 -1
View File
@@ -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 }
]
}
}
}