Commit 810d8d75 authored by yann300's avatar yann300

fix library deploy

parent e63d82a7
...@@ -140,7 +140,7 @@ module.exports = { ...@@ -140,7 +140,7 @@ module.exports = {
} }
var bytecode = library.evm.bytecode.object var bytecode = library.evm.bytecode.object
if (bytecode.indexOf('_') >= 0) { if (bytecode.indexOf('_') >= 0) {
this.linkBytecode(libraryName, contracts, udapp, (err, bytecode) => { this.linkBytecode(library, contracts, udapp, (err, bytecode) => {
if (err) callback(err) if (err) callback(err)
else this.deployLibrary(libraryName, libraryShortName, library, contracts, udapp, callback, callbackStep) else this.deployLibrary(libraryName, libraryShortName, library, contracts, udapp, callback, callbackStep)
}, callbackStep) }, callbackStep)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment