Commit 96b8fb3b authored by Aniket-Engg's avatar Aniket-Engg Committed by Aniket

linting fix

parent 7915020a
......@@ -73,7 +73,7 @@ class Recorder {
if (error) return console.log(error)
if (call) return
const rawAddress = executionContext.isVM() ? txResult.result.createdAddress : txResult.result.contractAddress
const rawAddress = executionContext.isVM() ? txResult.result.createdAddress : txResult.result.contractAddress
if (!address) return // not a contract creation
const stringAddress = this.addressToString(rawAddress)
const address = ethutil.toChecksumAddress(stringAddress)
......
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