From e926498a90851c8d064ac1e8aa1a57b318599c54 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:42:38 +0800 Subject: [PATCH] fix typo libs/remix-debug/src/storage/mappingPreimages.ts --- libs/remix-debug/src/storage/mappingPreimages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {