pull/5370/head
Aniket-Engg 5 years ago committed by Aniket
parent 94b833a668
commit b578f2f8fe
  1. 2
      src/app/tabs/runTab/model/recorder.js

@ -74,7 +74,7 @@ class Recorder {
if (call) return
const rawAddress = executionContext.isVM() ? txResult.result.createdAddress : txResult.result.contractAddress
if (!address) return // not a contract creation
if (!rawAddress) return // not a contract creation
const stringAddress = this.addressToString(rawAddress)
const address = ethutil.toChecksumAddress(stringAddress)
// save back created addresses for the convertion from tokens to real adresses

Loading…
Cancel
Save