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]) resolve([{}, null])
} else { } else {
this.web3.debug.storageRangeAt( this.web3.debug.storageRangeAt(
tx.blockHash, tx.hash, tx.blockHash, tx.transactionIndex,
address, address,
start, start,
maxSize, maxSize,

Loading…
Cancel
Save