fix getting the storage

pull/5370/head
yann300 3 years ago
parent 78397425fa
commit d499ac07a6
  1. 2
      libs/remix-debug/src/storage/storageResolver.ts

@ -133,7 +133,7 @@ export class StorageResolver {
resolve([{}, null])
} else {
this.web3.debug.storageRangeAt(
tx.blockHash, tx.hash,
tx.blockHash, tx.transactionIndex,
address,
start,
maxSize,

Loading…
Cancel
Save