Skip to content

Commit 16d34fa

Browse files
authored
Merge pull request bitcoin#166 from stefanwouldgo/patch-3
fix singular/plural ambiguity
2 parents 4b4c656 + cc6fa25 commit 16d34fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-taproot.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following use of <code>hash_type</code> are invalid, and fail execution:
114114
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.
115115
116116
* Control:
117-
** <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>
117+
** <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>
118118
** <code>hash_type</code> (1).
119119
* Transaction data:
120120
** <code>nVersion</code> (4): the <code>nVersion</code> of the transaction.

0 commit comments

Comments
 (0)