diff --git a/remix-lib/src/execution/execution-context.js b/remix-lib/src/execution/execution-context.js index 08b9b2ce06..b9b130c72d 100644 --- a/remix-lib/src/execution/execution-context.js +++ b/remix-lib/src/execution/execution-context.js @@ -221,6 +221,7 @@ function ExecutionContext () { } this.checkpointAndCommit = function (cb, checkpointCount) { + // due to issue https://github.com/ethereumjs/ethereumjs-vm/issues/567 if (this.vm().stateManager._checkpointCount > (checkpointCount || 0)) { return this.vm().stateManager.commit(() => { cb()