diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki index ec11f6a4..fb8b82a5 100644 --- a/bip-0341.mediawiki +++ b/bip-0341.mediawiki @@ -95,7 +95,7 @@ The parameter ''hash_type'' is an 8-bit unsigned value. The SIGHASH 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'''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''.. -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).