Skip to content

Commit ffcb3a0

Browse files
committed
Ensure that library address has hex prefix in JSONIO
1 parent f3f4f57 commit ffcb3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ tape('Compilation', function (t) {
389389
'settings': {
390390
'libraries': {
391391
'lib.sol': {
392-
'L': '4200000000000000000000000000000000000001'
392+
'L': '0x4200000000000000000000000000000000000001'
393393
}
394394
},
395395
'outputSelection': {

0 commit comments

Comments
 (0)