Skip to content

Commit e926498

Browse files
vuittont60Aniket-Engg
authored andcommitted
fix typo libs/remix-debug/src/storage/mappingPreimages.ts
1 parent 331fcaf commit e926498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-debug/src/storage/mappingPreimages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { sub } from '../solidity-decoder/types/util'
66
*
77
* @param {Object} storage - storage given by storage Viewer (basically a mapping hashedkey : {key, value})
88
* @param {Array} corrections - used in case the calculated sha3 has been modifyed before SSTORE (notably used for struct in mapping).
9-
* @param {Function} callback - calback
9+
* @param {Function} callback - callback
1010
* @return {Map} - solidity mapping location (e.g { "<mapping_slot>" : { "<mapping-key1>": preimageOf1 }, { "<mapping-key2>": preimageOf2 }, ... })
1111
*/
1212
export async function decodeMappingsKeys (web3, storage, corrections) {

0 commit comments

Comments
 (0)