|
|
|
@ -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') } |
|
|
|
|