From 9bc3a10585905aee2e481e29cb71cd5a0b04cef0 Mon Sep 17 00:00:00 2001 From: Sammy Libre <7374093+sammy007@users.noreply.github.com> Date: Thu, 14 Jun 2018 02:32:35 +0500 Subject: [PATCH] Fix typo --- zip-0202.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------------