mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-13 19:38:56 +00:00
Edited ch04_keys.adoc with Atlas code editor
This commit is contained in:
parent
911238b429
commit
f75af6a09c
@ -1181,7 +1181,7 @@ types contain an internal version byte that makes determining that easy.
|
||||
|
||||
===== Encoding and Decoding bech32m addresses
|
||||
|
||||
In this section, we'll look at the encoding and parsing rules for
|
||||
In this((("encoding", "bech32m addresses", id="encode-bech32m")))((("decoding", "bech32m addresses", id="decode-bech32m"))) section, we'll look at the encoding and parsing rules for
|
||||
bech32m Bitcoin addresses since they encompass the ability to parse
|
||||
bech32 addresses and are the current recommended address format for
|
||||
Bitcoin wallets.
|
||||
@ -1418,7 +1418,7 @@ recommend that you use the test vectors provided in BIP350. We also ask
|
||||
that you ensure your code passes the test vectors related to paying future segwit
|
||||
versions that haven't been defined yet. This will help make your
|
||||
software usable for many years to come even if you aren't able to add
|
||||
support for new Bitcoin features as soon as they become ((("public key cryptography", "bech32 addresses", "bech32m", startref="pub-key-bech32-bech32m")))((("bech32 addresses", "bech32m", startref="bech32-bech32m")))((("bech32m addresses", startref="bech32m")))available.
|
||||
support for new Bitcoin features as soon as they become ((("public key cryptography", "bech32 addresses", "bech32m", startref="pub-key-bech32-bech32m")))((("bech32 addresses", "bech32m", startref="bech32-bech32m")))((("bech32m addresses", startref="bech32m")))((("encoding", "bech32m addresses", startref="encode-bech32m")))((("decoding", "bech32m addresses", startref="decode-bech32m")))available.
|
||||
|
||||
[[priv_formats]]
|
||||
==== Private Key Formats
|
||||
|
Loading…
Reference in New Issue
Block a user