diff --git a/remix-lib/src/execution/execution-context.js b/remix-lib/src/execution/execution-context.js index 9c4ed33fd5..5e3f4dfe0c 100644 --- a/remix-lib/src/execution/execution-context.js +++ b/remix-lib/src/execution/execution-context.js @@ -192,7 +192,7 @@ function ExecutionContext () { if (this.listenOnLastBlockId) clearInterval(this.listenOnLastBlockId) this.listenOnLastBlockId = null } - + this._updateBlockGasLimit = function () { if (this.getProvider() !== 'vm') { web3.eth.getBlock('latest', (err, block) => {