rerun tests

pull/5370/head
Oleksii Kosynskyi 1 year ago
parent b0bd5eb5a2
commit 6611e763da
  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