Merge pull request #158 from sammy007/patch-1

Fix typo in ZIP 202.
This commit is contained in:
Daira Hopwood 2018-06-17 01:14:59 +01:00 committed by GitHub
commit 3d15162730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
----------------