Mention Bitcoin's RPC Hash Byte Order

* Add a short subsection about the different byte orders used with
  hashes in Bitcoin Core and other software.

* Re-word some text in other sections to mention the byte order
  differences

This commit created based on comments from @SergioDemianLerner (thanks!)
This commit is contained in:
David A. Harding 2014-09-28 14:07:13 -04:00
parent 84b0bcf1ce
commit e65d86de21
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
6 changed files with 106 additions and 4 deletions

View file

@ -1542,8 +1542,7 @@ An array of *transactions* in [transaction object format][]{:#term-transaction-o
{% autocrossref %}
Each object in the array contains the
rawtransaction *data* in hex and the *hash* of the data in little-endian
hex.
rawtransaction *data* in hex and the *hash* of the data in RPC byte order.
{% endautocrossref %}