diff --git a/src/app/tabs/runTab/model/recorder.js b/src/app/tabs/runTab/model/recorder.js index 855e314845..5d8ef594fc 100644 --- a/src/app/tabs/runTab/model/recorder.js +++ b/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