diff --git a/libs/remix-debug/src/storage/mappingPreimages.ts b/libs/remix-debug/src/storage/mappingPreimages.ts index fceb13b89e..f8ff563d46 100644 --- a/libs/remix-debug/src/storage/mappingPreimages.ts +++ b/libs/remix-debug/src/storage/mappingPreimages.ts @@ -6,7 +6,7 @@ import { sub } from '../solidity-decoder/types/util' * * @param {Object} storage - storage given by storage Viewer (basically a mapping hashedkey : {key, value}) * @param {Array} corrections - used in case the calculated sha3 has been modifyed before SSTORE (notably used for struct in mapping). - * @param {Function} callback - calback + * @param {Function} callback - callback * @return {Map} - solidity mapping location (e.g { "" : { "": preimageOf1 }, { "": preimageOf2 }, ... }) */ export async function decodeMappingsKeys (web3, storage, corrections) {