mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Reorder Links (No URL Or Text Changes) & Fix Tiny Typo
* Sorted the _includes/references.md file as it became unclear where links should be added. * Fixed accidentally lowercased "merkle" at start of sentence.
This commit is contained in:
parent
d5900e3df4
commit
0f8504e204
2 changed files with 70 additions and 61 deletions
|
@ -54,7 +54,7 @@ each byte order is used.
|
|||
|---------------|---------------------|-----------------|
|
||||
| Header Hashes: SHA256(SHA256(block header)) | Used when constructing block headers | Used by RPCs such as `getblock`; widely used in block explorers |
|
||||
|---------------|---------------------|-----------------|
|
||||
| merkle Roots: SHA256(SHA256(TXIDs and merkle rows)) | Used when constructing block headers | Returned by RPCs such as `getblock` |
|
||||
| Merkle Roots: SHA256(SHA256(TXIDs and merkle rows)) | Used when constructing block headers | Returned by RPCs such as `getblock` |
|
||||
|---------------|---------------------|-----------------|
|
||||
| TXIDs: SHA256(SHA256(transaction)) | Used in transaction inputs | Used by RPCs such as `gettransaction` and transaction data parts of `getblock`; widely used in wallet programs |
|
||||
|---------------|---------------------|-----------------|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue