Commit 71bd8e9d authored by yann300's avatar yann300

fix contractName

parent 676068b1
......@@ -33,6 +33,7 @@ class Recorder {
var abi = selectedContract.contract.object.abi
var sha3 = util.sha3_256(JSON.stringify(abi))
record.abi = sha3
record.contractName = selectedContract.name
self.data._abis[sha3] = abi
}
} else {
......
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