Skip to content

Commit 941fb16

Browse files
authored
Merge pull request bitcoin#704 from esneider/patch-1
[trivial] correct typo in bip173 (bech32)
2 parents 29a8781 + ae84f0b commit 941fb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0173.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ be of the same length as the mainnet counterpart (to simplify
208208
implementations' assumptions about lengths), but still be visually
209209
distinct.</ref> for testnet.
210210
* The data-part values:
211-
** 1 value: the witness version
211+
** 1 byte: the witness version
212212
** A conversion of the the 2-to-40-byte witness program (as defined by [https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki BIP141]) to base32:
213213
*** Start with the bits of the witness program, most significant bit per byte first.
214214
*** Re-arrange those bits into groups of 5, and pad with zeroes at the end if needed.

0 commit comments

Comments
 (0)