Commit fde9169e authored by yann300's avatar yann300

standard

parent e31060aa
......@@ -50,7 +50,7 @@ class SolidityProxy {
this.codeManager.getCode(address, (error, code) => {
if (error) {
cb(error)
} else {
} else {
var contractName = contractNameFromCode(this.contracts, code.bytecode, address)
this.cache.contractNameByAddress[address] = contractName
cb(null, contractName)
......
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