Commit 60b86982 authored by LianaHus's avatar LianaHus

removed second item of deployed contract at address

parent 46c88da0
......@@ -54,8 +54,9 @@ class DropdownLogic {
}
cb(null, 'abi', abi)
})
} else {
cb(null, 'instance')
}
cb(null, 'instance')
}
getCompiledContracts (compiler, compilerFullName) {
......
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