linting fix

pull/1738/head
Aniket-Engg 3 years ago committed by yann300
parent ed7788b389
commit 3f1205aee1
  1. 4
      libs/remix-lib/src/web3Provider/web3VmProvider.ts

@ -304,9 +304,9 @@ export class Web3VmProvider {
nextKey: null
})
}
// Before https://github.com/ethereum/remix-project/pull/1703, it used to throw error as
// Before https://github.com/ethereum/remix-project/pull/1703, it used to throw error as
// 'unable to retrieve storage ' + txIndex + ' ' + address
cb(null, { storage: {}})
cb(null, { storage: {} })
}
getBlockNumber (cb) { cb(null, 'vm provider') }

Loading…
Cancel
Save