|
|
@ -67,7 +67,6 @@ async function extractHexValue (location, storageResolver, byteLength) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
slotvalue = await readFromStorage(location.slot, storageResolver) |
|
|
|
slotvalue = await readFromStorage(location.slot, storageResolver) |
|
|
|
} catch (e) { |
|
|
|
} catch (e) { |
|
|
|
console.log(e) |
|
|
|
|
|
|
|
return '0x' |
|
|
|
return '0x' |
|
|
|
} |
|
|
|
} |
|
|
|
return extractHexByteSlice(slotvalue, byteLength, location.offset) |
|
|
|
return extractHexByteSlice(slotvalue, byteLength, location.offset) |
|
|
|