pull/3094/head
yann300 7 years ago
parent e386f24ca1
commit a1552b44be
  1. 2
      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) => {

Loading…
Cancel
Save