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:
David A. Harding 2014-10-25 15:12:55 -04:00
parent d5900e3df4
commit 0f8504e204
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
2 changed files with 70 additions and 61 deletions

View file

@ -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 |
|---------------|---------------------|-----------------|