Support linkReferences with length specified

This commit is contained in:
Alex Beregszaszi 2017-02-02 21:35:57 +00:00
parent a3340e210e
commit 9fc017d10b

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 }
]
}
}
}