1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-19 12:08:05 +00:00

Merge pull request #166 from stefanwouldgo/patch-3

fix singular/plural ambiguity
This commit is contained in:
Pieter Wuille 2019-12-11 19:59:06 -05:00 committed by GitHub
commit 16d34fafa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ The following use of <code>hash_type</code> are invalid, and fail execution:
As the message for signature verification, transaction digest is ''hash<sub>TapSighash</sub>'' of the following values (size in byte) serialized. Numerical values in 2, 4, or 8-byte are encoded in little-endian. As the message for signature verification, transaction digest is ''hash<sub>TapSighash</sub>'' of the following values (size in byte) serialized. Numerical values in 2, 4, or 8-byte are encoded in little-endian.
* Control: * Control:
** <code>epoch</code> (1): always 0. <ref>'''What's the purpose of the epoch?''' The <code>epoch</code> can be increased to allow securely creating a new transaction digest algorithm with large changes to the structure or interpretation of <code>hash_type</code> if needed.</ref> ** <code>epoch</code> (1): always 0. <ref>'''What's the purpose of the epoch?''' The <code>epoch</code> can be increased to allow securely creating new transaction digest algorithms with large changes to the structure or interpretation of <code>hash_type</code> if needed.</ref>
** <code>hash_type</code> (1). ** <code>hash_type</code> (1).
* Transaction data: * Transaction data:
** <code>nVersion</code> (4): the <code>nVersion</code> of the transaction. ** <code>nVersion</code> (4): the <code>nVersion</code> of the transaction.