From 4cdc99f3b5b0f29fde637602931c242aa430f4b9 Mon Sep 17 00:00:00 2001 From: Zaryab Date: Sun, 11 Dec 2022 10:48:37 +0530 Subject: [PATCH] added fix --- Video-05-Storage-2.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Video-05-Storage-2.sol b/Video-05-Storage-2.sol index 5daa20e..767c0ff 100644 --- a/Video-05-Storage-2.sol +++ b/Video-05-Storage-2.sol @@ -63,7 +63,7 @@ contract StoragePart1 { // 0x0000000000000000000000000000000000000000000000000000000000010008 // equivalent to // 0x000000000000000000000000000000000000000000000000000000000000ffff - e := and(0xffff, shifted) + e := and(0xf, shifted) } }