mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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:
parent
84b0bcf1ce
commit
e65d86de21
6 changed files with 106 additions and 4 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue