summaryrefslogtreecommitdiff
path: root/bip-0341.mediawiki
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2020-01-21 08:46:19 +1000
committerPieter Wuille <pieter.wuille@gmail.com>2020-02-23 19:33:13 -0800
commit2a122f20c521ad8f678477ebfc251d163685e09c (patch)
tree6891f6a9a5d6cf27c0fe91fb42172e5e615a56a1 /bip-0341.mediawiki
parent4b18c45e74c1e13993cd049d302abd3ab1f00761 (diff)
downloadbips-2a122f20c521ad8f678477ebfc251d163685e09c.tar.xz
missing space
Diffstat (limited to 'bip-0341.mediawiki')
-rw-r--r--bip-0341.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki
index ec11f6a..fb8b82a 100644
--- a/bip-0341.mediawiki
+++ b/bip-0341.mediawiki
@@ -95,7 +95,7 @@ The parameter ''hash_type'' is an 8-bit unsigned value. The <code>SIGHASH</code>
The parameter ''ext_flag'' is an integer in range 0-127, and is used for indicating (in the message) that extensions are added at the end of the message<ref>'''What extensions use the ''ext_flag'' mechanism?''' [[bip-0342.mediawiki|BIP342]] reuses the same common signature message algorithm, but adds BIP342-specific data at the end, which is indicated using ''ext_flag = 1''.</ref>.
-If the parameters take acceptable values, the message is the concatenation of the following data, in order(with byte size of each item listed in parentheses). Numerical values in 2, 4, or 8-byte are encoded in little-endian.
+If the parameters take acceptable values, the message is the concatenation of the following data, in order (with byte size of each item listed in parentheses). Numerical values in 2, 4, or 8-byte are encoded in little-endian.
* Control:
** ''hash_type'' (1).