rerun tests

pull/3951/head
Oleksii Kosynskyi 1 year ago
parent d15c3b3f2d
commit ff08aa184f
No known key found for this signature in database
GPG Key ID: B4A8D3CCE22EA65E
  1. 1
      apps/remix-ide/src/blockchain/blockchain.tsx

@ -938,6 +938,7 @@ export class Blockchain extends Plugin {
this.call('terminal', 'logHtml', finalLogs)
}
execResult = await this.web3().testPlugin.getExecutionResultFromSimulator(txResult.transactionHash)
if (execResult) {
// if it's not the VM, we don't have return value. We only have the transaction, and it does not contain the return value.
returnValue = execResult

Loading…
Cancel
Save