mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Support linkReferences with length specified
This commit is contained in:
parent
a3340e210e
commit
9fc017d10b
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user