summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-08-09 20:11:59 +0000
committerGitHub <noreply@github.com>2018-08-09 20:11:59 +0000
commit941fb162d8cf649ea3a0a85011ebac5883f82819 (patch)
tree8fdcf02107efa60573daad6814e3c5a92955df81
parent29a8781d78639cb53b10702d2965a798c6545fd7 (diff)
parentae84f0b15185ed4bfe836c16365f1b9239396af9 (diff)
downloadbips-941fb162d8cf649ea3a0a85011ebac5883f82819.tar.xz
Merge pull request #704 from esneider/patch-1
[trivial] correct typo in bip173 (bech32)
-rw-r--r--bip-0173.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0173.mediawiki b/bip-0173.mediawiki
index b320b9d..ad6c58b 100644
--- a/bip-0173.mediawiki
+++ b/bip-0173.mediawiki
@@ -208,7 +208,7 @@ be of the same length as the mainnet counterpart (to simplify
implementations' assumptions about lengths), but still be visually
distinct.</ref> for testnet.
* The data-part values:
-** 1 value: the witness version
+** 1 byte: the witness version
** 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:
*** Start with the bits of the witness program, most significant bit per byte first.
*** Re-arrange those bits into groups of 5, and pad with zeroes at the end if needed.