Ledger format: fix typo in header

This commit is contained in:
mDuo13
2017-11-21 16:06:45 -08:00
parent 530f4551ff
commit 59db76aee7

View File

@@ -1,4 +1,4 @@
[SHA-512Half](#sha512half)# XRP Ledger Data Format
# XRP Ledger Data Format
The XRP Ledger is a shared, global ledger that is open to all. Individual participants can trust the integrity of the ledger without having to trust any single institution to manage it. The `rippled` server software accomplishes this by managing a ledger database that can only be updated according to very specific rules. Each instance of `rippled` keeps a full copy of the ledger, and the peer-to-peer network of `rippled` servers distributes candidate transactions among themselves. The consensus process determines which transactions get applied to each new version of the ledger. See also: [The Consensus Process](https://ripple.com/build/ripple-ledger-consensus-process/).