fix getting the storage

pull/2054/head^2
yann300 3 years ago
parent a41e698eba
commit c494d02225
  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