Update util.ts

pull/5573/head
planetBoy 1 month ago committed by Aniket
parent a742b42bec
commit b499dee861
  1. 2
      libs/remix-debug/src/solidity-decoder/types/util.ts

@ -38,7 +38,7 @@ export function extractHexByteSlice (slotValue, byteLength, offsetFromLSB) {
}
/**
* @returns a hex encoded storage content at the given @arg location. it does not have Ox prefix but always has the full length.
* @returns a hex encoded storage content at the given @arg location. it does not have 0x prefix but always has the full length.
*
* @param {Object} location - object containing the slot and offset of the data to extract.
* @param {Object} storageResolver - storage resolver

Loading…
Cancel
Save