remove new line

pull/3262/head^2
yann300 2 years ago committed by Aniket
parent 3078be0fcb
commit a8a83db051
  1. 1
      libs/remix-simulator/src/VmProxy.ts

@ -214,7 +214,6 @@ export class VmProxy {
if (this.vmTraces[this.processingHash] && this.vmTraces[this.processingHash].structLogs[this.processingIndex - 1]) {
previousOpcode = this.vmTraces[this.processingHash].structLogs[this.processingIndex - 1]
}
if (this.previousDepth > depth && previousOpcode) {
// returning from context, set error it is not STOP, RETURN
previousOpcode.invalidDepthChange = previousOpcode.op !== 'RETURN' && previousOpcode.op !== 'STOP'

Loading…
Cancel
Save