Typo fix to the intro white paper source code.

This commit is contained in:
Mike Hearn 2017-03-28 10:53:07 +02:00 committed by GitHub
parent d9a1e352cd
commit dcbfe7bb5d

View File

@ -128,7 +128,7 @@ We talk and think in terms of the state of agreements and our objective is to en
\caption{In the diagram above, we see a State object representing a cash claim of \pounds100 against a commercial bank, owned by a fictional shipping company. The state object explicitly refers by hash to its governing legal prose and to the contract code that governs its transitions.}
\end{figure}
Our focus on states of agreements is in contrast to systems where the data over which participants much reach consensus is the state of an entire ledger or the state of an entire virtual machine. Corda provides three main tools to achieve global distributed consensus:
Our focus on states of agreements is in contrast to systems where the data over which participants must reach consensus is the state of an entire ledger or the state of an entire virtual machine. Corda provides three main tools to achieve global distributed consensus:
\begin{itemize}
\item Smart contract logic to ensure state transitions are valid according to the pre-agreed rules.
\item Uniqueness and timestamping services to order transactions temporally and eliminate conflicts.