bytecode compare: Stop depending on solc-js internal structure and install it via npm from a local dir instead

This commit is contained in:
Kamil Śliwak
2022-01-25 16:39:47 +01:00
parent 2725788c24
commit 1cd4ffc355
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
const process = require('process')
const fs = require('fs')
const compiler = require('./solc-js/wrapper.js')(require('./solc-js/soljson.js'))
const compiler = require('solc')
function loadSource(sourceFileName, stripSMTPragmas)