From 8baf6f5952d4a1fe1020de075ab93179e6236a55 Mon Sep 17 00:00:00 2001 From: stefanwouldgo Date: Thu, 28 Nov 2019 13:41:28 +0100 Subject: fix singular/plural ambiguity --- bip-taproot.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-taproot.mediawiki b/bip-taproot.mediawiki index ba8d048..d3e2222 100644 --- a/bip-taproot.mediawiki +++ b/bip-taproot.mediawiki @@ -114,7 +114,7 @@ The following use of hash_type are invalid, and fail execution: As the message for signature verification, transaction digest is ''hashTapSighash'' of the following values (size in byte) serialized. Numerical values in 2, 4, or 8-byte are encoded in little-endian. * Control: -** epoch (1): always 0. '''What's the purpose of the epoch?''' The epoch can be increased to allow securely creating a new transaction digest algorithm with large changes to the structure or interpretation of hash_type if needed. +** epoch (1): always 0. '''What's the purpose of the epoch?''' The epoch can be increased to allow securely creating new transaction digest algorithms with large changes to the structure or interpretation of hash_type if needed. ** hash_type (1). * Transaction data: ** nVersion (4): the nVersion of the transaction. -- cgit v1.2.3