diff --git a/EIPS/eip-152.md b/EIPS/eip-152.md index 80aa7085c3dbd..2762bfcff3e54 100644 --- a/EIPS/eip-152.md +++ b/EIPS/eip-152.md @@ -80,8 +80,8 @@ function callF() public view returns (bytes32[2] memory) { m[3] = hex"0000000000000000000000000000000000000000000000000000000000000000"; bytes8[2] memory t; - t[0] = hex"03000000"; - t[1] = hex"00000000"; + t[0] = hex"0300000000000000"; + t[1] = hex"0000000000000000"; bool f = true;