diff --git a/Video-05-Storage-2.sol b/Video-05-Storage-2.sol index 5daa20e..10ef74f 100644 --- a/Video-05-Storage-2.sol +++ b/Video-05-Storage-2.sol @@ -78,7 +78,7 @@ contract StoragePart1 { value, 0x100000000000000000000000000000000000000000000000000000000 ) - e := and(0xffffffff, shifted) + e := and(0xffff, shifted) } } }