mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 23:27:22 +01:00
Fix little typo in p2wpkh address creation
This commit is contained in:
parent
a849f8cc46
commit
e9f9be266f
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ When the same public key is encoded as P2WPKH, the scriptPubKey becomes:
|
|||
|
||||
OP_0 <010966776006953D5567439E5E39F86A0D273BEE>
|
||||
|
||||
Using 0x06 as witness version, followed 0x00 as witness version, and a 0x00 padding, the equivalent P2WPKH address is:
|
||||
Using 0x06 as address version, followed 0x00 as witness program version, and a 0x00 padding, the equivalent P2WPKH address is:
|
||||
|
||||
p2xtZoXeX5X8BP8JfFhQK2nD3emtjch7UeFm
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue