Skip to content

Commit ba949bb

Browse files
committed
Fix typo in BIP86 explainer
1 parent b4fbcd6 commit ba949bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177956,8 +177956,8 @@ <h3>BIP85: Deterministic Entropy From BIP32 Keychains</h3>
177956177956
<h3>BIP86: Key Derivation for Single Key P2TR Outputs</h3>
177957177957
<p>
177958177958
BIP86 defines the derivation standard for HD wallets whose keys are involved in single key P2TR (Pay to Taproot) outputs.
177959-
These Taproot addresses begin with <b>'bc1q'</b> and should not be confused with the similar looking 'Native Segwit' addresses beginning
177960-
with <b>'bc1p'</b> and defined in BIP84.
177959+
These Taproot addresses begin with <b>'bc1p'</b> and should not be confused with the similar looking 'Native Segwit' addresses beginning
177960+
with <b>'bc1q'</b> and defined in BIP84.
177961177961

177962177962
</p>
177963177963
<p>

src/www/js/info.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ window.infoHtml = {
362362
<h3>BIP86: Key Derivation for Single Key P2TR Outputs</h3>
363363
<p>
364364
BIP86 defines the derivation standard for HD wallets whose keys are involved in single key P2TR (Pay to Taproot) outputs.
365-
These Taproot addresses begin with <b>'bc1q'</b> and should not be confused with the similar looking 'Native Segwit' addresses beginning
366-
with <b>'bc1p'</b> and defined in BIP84.
365+
These Taproot addresses begin with <b>'bc1p'</b> and should not be confused with the similar looking 'Native Segwit' addresses beginning
366+
with <b>'bc1q'</b> and defined in BIP84.
367367
368368
</p>
369369
<p>

0 commit comments

Comments
 (0)