mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Minor corrections
This commit is contained in:
parent
6600b735d6
commit
5f0a3e4023
3 changed files with 6 additions and 4 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
required:
|
required:
|
||||||
#-------------40 characters-------------#
|
#-------------40 characters-------------#
|
||||||
title_max_40_characters_no_formatting: Base58check, Bitcoin Address Encoding
|
title_max_40_characters_no_formatting: Base58check, Dash Address Encoding
|
||||||
|
|
||||||
summary_max_255_characters_no_formatting: >
|
summary_max_255_characters_no_formatting: >
|
||||||
The method used in Dash for converting 160-bit hashes into
|
The method used in Dash for converting 160-bit hashes into
|
||||||
P2PKH and P2SH addresses. Also used in other parts of Bitcoin,
|
P2PKH and P2SH addresses. Also used in other parts of Dash,
|
||||||
such as encoding private keys for backup in WIP format. Not the
|
such as encoding private keys for backup in WIP format. Not the
|
||||||
same as other base58 implementations.
|
same as other base58 implementations.
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ optional:
|
||||||
- Bloom filters
|
- Bloom filters
|
||||||
|
|
||||||
not_to_be_confused_with_capitalize_first_letter:
|
not_to_be_confused_with_capitalize_first_letter:
|
||||||
- Bloom filter (general computer science term, of which Bitcoin's bloom filters are a specific implementation)
|
- Bloom filter (general computer science term, of which Dash's bloom filters are a specific implementation)
|
||||||
|
|
||||||
links_html_or_markdown_style_capitalize_first_letter:
|
links_html_or_markdown_style_capitalize_first_letter:
|
||||||
- "[Bloom filter](/en/developer-guide#bloom-filters) --- Developer Guide"
|
- "[Bloom filter](/en/developer-guide#bloom-filters) --- Developer Guide"
|
||||||
|
|
|
@ -27,6 +27,8 @@ optional:
|
||||||
links_html_or_markdown_style_capitalize_first_letter:
|
links_html_or_markdown_style_capitalize_first_letter:
|
||||||
- "[Testnet mode](/en/developer-examples#testnet) --- Developer Examples"
|
- "[Testnet mode](/en/developer-examples#testnet) --- Developer Examples"
|
||||||
- "[Testnet](https://en.bitcoin.it/wiki/Testnet) --- Bitcoin Wiki"
|
- "[Testnet](https://en.bitcoin.it/wiki/Testnet) --- Bitcoin Wiki"
|
||||||
- "[Get testnet bitcoins][Piotr Piasecki's testnet faucet] --- Testnet Faucet"
|
- "[Get testnet dash (Dash.org)][Testnet Faucet - Dash.org] --- Testnet Faucet"
|
||||||
|
- "[Get testnet dash (Masternode.io)][Testnet Faucet - Masternode.io] --- Testnet Faucet"
|
||||||
|
- "[Get testnet dash (Dashninja.pl)][Testnet Faucet - Dashninja.pl] --- Testnet Faucet"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue