mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
DevDocs: Block Chain: The important part is ordering, not timestamping
This commit is contained in:
parent
78962123fa
commit
9360489490
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
{% autocrossref %}
|
{% autocrossref %}
|
||||||
|
|
||||||
The block chain provides Bitcoin's public ledger, a timestamped record
|
The block chain provides Bitcoin's public ledger, an ordered and timestamped record
|
||||||
of all confirmed transactions. This system is used to protect against double spending
|
of transactions. This system is used to protect against double spending
|
||||||
and modification of previous transaction records, using proof of
|
and modification of previous transaction records, using proof of
|
||||||
work verified by the peer-to-peer network to maintain a global consensus.
|
work verified by the peer-to-peer network to maintain a global consensus.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue