update readme

This commit is contained in:
Ryan Shea
2014-12-02 12:48:27 -05:00
parent 7a3f7fe399
commit eaabd40c52

View File

@@ -56,7 +56,6 @@ In a transaction, the sender is established as the funder of the first non-OP_RE
- magic bytes (2 bytes)
- operation code (1 byte)
- name/salt hash (20 bytes)
- historical record hash (16 bytes)
### Name Claim (reveal)
@@ -88,3 +87,8 @@ In a name transfer, name ownership is transferred to the recipient of the first
Example of a transaction with an OP\_RETURN and multiple outputs:
https://blockchain.info/tx/1ae39745fd3891c16806bba44e6540944d145452ff156cab03076d7c08462e38?show_adv=true
### Historical Record Hashes
Historical record hashes (16 bytes) are to potentially be added to name preorders and/or name transfers.
The historical record hash must be a hash of a data string generated from a snapshot of the namespace at some point in the recent past (e.g. the last 12 blocks).