diff --git a/zip-0202.rst b/zip-0202.rst index 913d4e33..0c956919 100644 --- a/zip-0202.rst +++ b/zip-0202.rst @@ -139,7 +139,7 @@ Overwinter parser: Overwinter parsers will accept the transaction as valid as the most significant bit of the header has been set. By masking off (unsetting) the most significant bit, the parser can retrieve the transaction version number:: - 0x80000003 & 0x7FFFFFFFF = 0x00000003 = 3 + 0x80000003 & 0x7FFFFFFF = 0x00000003 = 3 Version Group Id ----------------