mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: Change Text To Make Autoxref Consistent
This commit is contained in:
parent
0adf79eedd
commit
2a2df421c1
2 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ optional:
|
||||||
- redeemscripts
|
- redeemscripts
|
||||||
- script hash
|
- script hash
|
||||||
- script hashes
|
- script hashes
|
||||||
|
- redeem script hash
|
||||||
|
- redeem script hashes
|
||||||
|
|
||||||
not_to_be_confused_with_capitalize_first_letter:
|
not_to_be_confused_with_capitalize_first_letter:
|
||||||
- Signature script (a script that provides data to the pubkey script, which includes the redeem script in a P2SH input)
|
- Signature script (a script that provides data to the pubkey script, which includes the redeem script in a P2SH input)
|
||||||
|
|
|
@ -245,7 +245,7 @@ design these minimalist wallets:
|
||||||
* Use a parent public key to create child public keys. To avoid key
|
* Use a parent public key to create child public keys. To avoid key
|
||||||
reuse, a method must be used to ensure the same public key isn't
|
reuse, a method must be used to ensure the same public key isn't
|
||||||
distributed twice. This can be a database entry for each key
|
distributed twice. This can be a database entry for each key
|
||||||
distributed or an incrementing pointer to the current child key
|
distributed or an incrementing pointer to the key
|
||||||
index number.
|
index number.
|
||||||
|
|
||||||
Neither method adds a significant amount of overhead, especially if a
|
Neither method adds a significant amount of overhead, especially if a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue