summaryrefslogtreecommitdiff
path: root/bip-0173.mediawiki
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-07-18 13:24:32 +0300
committerGitHub <noreply@github.com>2019-07-18 13:24:32 +0300
commit39a23b7cbed59dd922604b62502ad17379530036 (patch)
tree9fc08a6aa23aad6f40339f4cbe2e3ebbb0a1a546 /bip-0173.mediawiki
parentbf057da6f736629fc95e18aad82f15cb06fcbe34 (diff)
downloadbips-39a23b7cbed59dd922604b62502ad17379530036.tar.xz
BIP 173: Remove duplicated 'the'
Diffstat (limited to 'bip-0173.mediawiki')
-rw-r--r--bip-0173.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0173.mediawiki b/bip-0173.mediawiki
index ad6c58b..c3ee060 100644
--- a/bip-0173.mediawiki
+++ b/bip-0173.mediawiki
@@ -209,7 +209,7 @@ implementations' assumptions about lengths), but still be visually
distinct.</ref> for testnet.
* The data-part values:
** 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:
+** A conversion of 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.
*** Translate those bits to characters using the table above.