From 588f9861b86dd66d7a70f6fae88b86bdd7d43f87 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 3 Aug 2018 14:28:50 +0200 Subject: [PATCH] fix test --- remix-debug/src/storage/mappingPreimages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix-debug/src/storage/mappingPreimages.js b/remix-debug/src/storage/mappingPreimages.js index 3a139881c6..ba21618b59 100644 --- a/remix-debug/src/storage/mappingPreimages.js +++ b/remix-debug/src/storage/mappingPreimages.js @@ -15,7 +15,7 @@ module.exports = { */ async function decodeMappingsKeys (web3, storage, corrections, callback) { var ret = {} - if (!corrections.length) corrections.push(0) + if (!corrections.length) corrections.push({offset: 0, slot: 0}) for (var hashedLoc in storage) { var preimage try {